From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5961 invoked by alias); 27 Aug 2007 21:54:56 -0000 Received: (qmail 5774 invoked by uid 22791); 27 Aug 2007 21:54:55 -0000 X-Spam-Check-By: sourceware.org Received: from b.mail.sonic.net (HELO b.mail.sonic.net) (64.142.19.5) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 27 Aug 2007 21:54:48 +0000 Received: from webmail.sonic.net (b.webmail.sonic.net [64.142.100.148]) by b.mail.sonic.net (8.13.8.Beta0-Sonic/8.13.7) with ESMTP id l7RLskBw009285 for ; Mon, 27 Aug 2007 14:54:46 -0700 Received: from 12.7.175.2 (SquirrelMail authenticated user msnyder) by webmail.sonic.net with HTTP; Mon, 27 Aug 2007 14:54:46 -0700 (PDT) Message-ID: <5150.12.7.175.2.1188251686.squirrel@webmail.sonic.net> Date: Mon, 27 Aug 2007 21:54:00 -0000 Subject: Resubmit: NEWS for 6.7, coverity fixes. From: msnyder@sonic.net To: gdb-patches@sourceware.org User-Agent: SquirrelMail/1.4.9a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-08/txt/msg00487.txt.bz2 OK, incorporating several people's suggestions, can we get this into 6.7? 2007-08-27 Michael Snyder * NEWS: Mention Coverity bug fixes. *************** *** 3,8 **** --- 3,12 ---- *** 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.