diff options
author | Michael Snyder <msnyder@vmware.com> | 2007-08-28 19:57:11 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2007-08-28 19:57:11 +0000 |
commit | 19d378fc13f645157fb48443c057e7a87f2b85e6 (patch) | |
tree | ea4004959d0f957aae6df124cb93c0a2e81ae560 /gdb/NEWS | |
parent | 5c5d6806e819d85f3916dabcca027912dd26f84c (diff) | |
download | gdb-19d378fc13f645157fb48443c057e7a87f2b85e6.zip gdb-19d378fc13f645157fb48443c057e7a87f2b85e6.tar.gz gdb-19d378fc13f645157fb48443c057e7a87f2b85e6.tar.bz2 |
2007-08-28 Michael Snyder <msnyder@access-company.com>
* NEWS: Mention Coverity bug fixes.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |