mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Backed out changeset 6d7a8e19086c (bug 1211262) for wError build bustage CLOSED TREE
This commit is contained in:
parent
b1d9d9136d
commit
1c47713120
@ -841,10 +841,8 @@ MOZ_WIN_MEM_TRY_BEGIN
|
||||
// -- check if there is enough source data in the file
|
||||
if (!offset ||
|
||||
mFd->mLen < aItem->Size() ||
|
||||
offset > mFd->mLen - aItem->Size() ||
|
||||
aItem->Compression() == STORED && aItem->Size() != aItem->RealSize()) {
|
||||
offset > mFd->mLen - aItem->Size())
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
return mFd->mFileData + offset;
|
||||
MOZ_WIN_MEM_TRY_CATCH(return nullptr)
|
||||
|
Loading…
Reference in New Issue
Block a user