------- Additional Comments From dzidzitop at lavabit dot com  2010-04-21 12:46 
-------
By the way
!             && offset + sec_vma >= file_addr
!             && offset + sec_vma - file_addr <= maxdiff)

This code from your patch. It could be re-written to store offset + sec_vma -
file_addr into a variable, say x, and then check for x >= 0 && x <= maxdiff.

It is unsufficient, but anyway :)

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=11512

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to