| b452493a | 23-Nov-2017 |
Ed Maste <[email protected]> |
bfd: avoid crash on corrupt binaries
From binutils commits 5a4b0ccc20ba30caef53b01bee2c0aaa5b855339 and 7e1e19887abd24aeb15066b141cdff5541e0ec8e, made available under GPLv2 by Nick Clifton.
PR: 19
bfd: avoid crash on corrupt binaries
From binutils commits 5a4b0ccc20ba30caef53b01bee2c0aaa5b855339 and 7e1e19887abd24aeb15066b141cdff5541e0ec8e, made available under GPLv2 by Nick Clifton.
PR: 198824 MFC after: 1 week Security: CVE-2014-8501 Security: CVE-2014-8502
show more ...
|
| 6e183b4b | 16-Dec-2016 |
Pedro F. Giffuni <[email protected]> |
libbfd: make sure variables are initialized before using them.
Initialize l_sec_contents to make sure that free(l_sec_contents) is called on valid pointers.
Obtained from: OpenBSD (partial CVS rev
libbfd: make sure variables are initialized before using them.
Initialize l_sec_contents to make sure that free(l_sec_contents) is called on valid pointers.
Obtained from: OpenBSD (partial CVS rev 1.18) MFC after: 5 days
show more ...
|
| 729a1e1d | 03-May-2015 |
Warner Losh <[email protected]> |
For eabi 5 (what FreeBSD uses), be sure to tag all executables and shared libraries as either SOFT or HARD float to comply with the EABI standard.
Differential Revision: https://reviews.freebsd.org/
For eabi 5 (what FreeBSD uses), be sure to tag all executables and shared libraries as either SOFT or HARD float to comply with the EABI standard.
Differential Revision: https://reviews.freebsd.org/D2401
show more ...
|