Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-22 | Add a simple check for V4 cross reference table | weili | |
Some unknown software generates cross reference table with the claimed object numbers are all off by one. Add a simple verification function to detect this scenario, thus have a chance to rebuild the correct cross reference table. To avoid unnecessary checks and potiential performance hit, we only check for the very first non free entry. BUG=602650 Review URL: https://codereview.chromium.org/1910063004 |