summaryrefslogtreecommitdiff
path: root/test-pe-relocate.c
AgeCommit message (Collapse)Author
2023-06-23Test (and fix) ImageAddress()Peter Jones
This adds a test case for our address sanitation checking function ImageAddresS(). In doing so it addresses two issues: - previously we allowed the address after the last byte of the image to be computed (may need to revert this or fix some callers, we'll see...) - bespoke overflow checking and using + directly instead of using __builtin_add_overflow() Signed-off-by: Peter Jones <pjones@redhat.com>