This is an archive of the discontinued LLVM Phabricator instance.

[Object/ELF] - Do not allow overflow when checking section size/offset.
ClosedPublic

Authored by grimar on Oct 12 2016, 7:07 AM.

Details

Reviewers
davide
rafael
Summary

Overflow was the reason of incorrect passing the check,
patch fixes the case.

Diff Detail

Event Timeline

grimar updated this revision to Diff 74369.Oct 12 2016, 7:07 AM
grimar retitled this revision from to [Object/ELF] - Do not allow overflow when checking section size/offset..
grimar updated this object.
grimar added reviewers: rafael, davide.
grimar added subscribers: llvm-commits, grimar, evgeny777.
rafael accepted this revision.Oct 25 2016, 3:22 PM
rafael edited edge metadata.

LGTM

This revision is now accepted and ready to land.Oct 25 2016, 3:22 PM
grimar closed this revision.Oct 31 2016, 7:46 AM

r285284