summaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@specifix.com>2007-08-28 19:57:11 +0000
committerMichael Snyder <msnyder@specifix.com>2007-08-28 19:57:11 +0000
commitf6b8821ac0375eec9ba0bd66dd86b393e37ad562 (patch)
treee40d576a2ad47043eec97556c89834832cee8330 /gdb/NEWS
parentc204ce608588d7ea1bd06ed9831f6fdb6bd2c62a (diff)
downloadgdb-f6b8821ac0375eec9ba0bd66dd86b393e37ad562.tar.gz
2007-08-28 Michael Snyder <msnyder@access-company.com>
* NEWS: Mention Coverity bug fixes.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index b003f631494..0854c8ec3d0 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -3,6 +3,10 @@
*** Changes since GDB 6.6
+* Resolved 101 resource leaks, null pointer dereferences, etc. in gdb,
+bfd, libiberty and opcodes, as revealed by static analysis donated by
+Coverity, Inc. (http://scan.coverity.com).
+
* When looking up multiply-defined global symbols, GDB will now prefer the
symbol definition in the current shared library if it was built using the
-Bsymbolic linker option.