diff options
author | Nick Clifton <nickc@redhat.com> | 2007-08-28 11:56:08 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2007-08-28 11:56:08 +0000 |
commit | ad71ef64ac2a85db4cdcf06706db646792ba094a (patch) | |
tree | 2c38a8b7d3279bea8bfed5e4ef0e3f81e2f94131 /binutils/NEWS | |
parent | 0b3e17e93db61947b03f2aa945d0f26cf86f8cf8 (diff) | |
download | gdb-ad71ef64ac2a85db4cdcf06706db646792ba094a.zip gdb-ad71ef64ac2a85db4cdcf06706db646792ba094a.tar.gz gdb-ad71ef64ac2a85db4cdcf06706db646792ba094a.tar.bz2 |
Mention Coverity's contribution to bfd
Diffstat (limited to 'binutils/NEWS')
-rw-r--r-- | binutils/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/binutils/NEWS b/binutils/NEWS index 4bcc942..20070d7 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -1,5 +1,8 @@ -*- text -*- Changes in 2.18: +* Resolved 37 coding problems in bfd including static array overruns, null + pointer dereferences and use of a malloc buffer after it has been freed, as + revealed by static analysis donated by Coverity, Inc. (http://scan.coverity.com). * The binutils sources are now released under version 3 of the GNU General Public License. |