Re: [patch] WINDRES: Fix bounds checking in probe_binary()

2007-06-18 Thread Nick Clifton
Hi Thomas, The attached patch fixes an issue where very small .res files weren't recognized properly. Thank you very much for catching this bug. I have committed the patch you supplied along with this ChangeLog entry. Cheers Nick binutils/ChangeLog 2007-06-18 Thomas Weidenmueller <[EM

[patch] WINDRES: Fix bounds checking in probe_binary()

2007-06-08 Thread Thomas Weidenmueller
The attached patch fixes an issue where very small .res files weren't recognized properly. See added comment for detailed information. Please contact me in case of further questions. Sincerely, Thomas Weidenmueller Index: resres.c ===