Fix build.

This commit is contained in:
Stefano Ceccherini
2012-12-22 14:34:26 +01:00
committed by Stefano Ceccherini
parent e2a1555349
commit e76262c879
+1 -1
View File
@@ -1782,7 +1782,7 @@ DwarfFile::_ParseCIEHeader(ElfSection* debugFrameSection,
// length // length
bool dwarf64; bool dwarf64;
off_t length = dataReader.ReadInitialLength(dwarf64); uint64 length = dataReader.ReadInitialLength(dwarf64);
if (length > (uint64)dataReader.BytesRemaining()) if (length > (uint64)dataReader.BytesRemaining())
return B_BAD_DATA; return B_BAD_DATA;