-
Notifications
You must be signed in to change notification settings - Fork 7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increase arbitrary offset limit in pefile.py
In an attempt to detect corrupt files pefile.py imposes an arbitrary maximum offset of 0x10000000 (256 MiB). However Chrome's dcheck official builds exceed that limit which means that uploading of symbols started failing. This change increases the limit to 1 GiB. An issue has been filed against the pefile project for a long-term fix but this fix will unblock dcheck official builds for now. erocarrera/pefile#396 Bug: 329661971 Change-Id: Ica4905a61216a11e4ad56734977582133bc26684 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5377931 Commit-Queue: Bruce Dawson <[email protected]> Reviewed-by: Alex Gough <[email protected]> Cr-Commit-Position: refs/heads/main@{#1274350}
- Loading branch information
1 parent
7e70d95
commit 3013acb
Showing
2 changed files
with
10 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters