From 19d378fc13f645157fb48443c057e7a87f2b85e6 Mon Sep 17 00:00:00 2001 From: Michael Snyder Date: Tue, 28 Aug 2007 19:57:11 +0000 Subject: [PATCH] 2007-08-28 Michael Snyder * NEWS: Mention Coverity bug fixes. --- gdb/ChangeLog | 4 ++++ gdb/NEWS | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c991663f78..413fe4050d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2007-08-28 Michael Snyder + + * NEWS: Mention Coverity bug fixes. + 2007-08-27 Markus Deuling * spu-tdep.c (spu_pointer_to_address): New function. diff --git a/gdb/NEWS b/gdb/NEWS index b003f63149..0854c8ec3d 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.