| 5a740b5a | 04-Aug-2019 |
Ed Maste <[email protected]> |
MFC r350518: as: add deprecation notice to the man page
In the future FreeBSD will ship without GNU binutils 2.17.50. Add a note advising users who require GNU as to install the binutils port or pa
MFC r350518: as: add deprecation notice to the man page
In the future FreeBSD will ship without GNU binutils 2.17.50. Add a note advising users who require GNU as to install the binutils port or package.
Note that on armv7, arm64, amd64, i386 we currently ship only two binutils tools (as and objdump). A deprecation notice was added to objdump's man page some time ago.
PR: 233611 Sponsored by: The FreeBSD Foundation
show more ...
|
| 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 ...
|