From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26155 invoked by alias); 17 Aug 2007 19:12:52 -0000 Received: (qmail 25859 invoked by uid 22791); 17 Aug 2007 19:12:50 -0000 X-Spam-Check-By: sourceware.org Received: from a.mail.sonic.net (HELO a.mail.sonic.net) (64.142.16.245) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 17 Aug 2007 19:12:45 +0000 Received: from webmail.sonic.net (b.webmail.sonic.net [64.142.100.148]) by a.mail.sonic.net (8.13.8.Beta0-Sonic/8.13.7) with ESMTP id l7HJChn3021073 for ; Fri, 17 Aug 2007 12:12:43 -0700 Received: from 12.7.175.2 (SquirrelMail authenticated user msnyder) by webmail.sonic.net with HTTP; Fri, 17 Aug 2007 12:12:43 -0700 (PDT) Message-ID: <10983.12.7.175.2.1187377963.squirrel@webmail.sonic.net> Date: Fri, 17 Aug 2007 19:12:00 -0000 Subject: NEWS for 6.7: mention coverity bug fixes From: msnyder@sonic.net To: gdb-patches@sourceware.org User-Agent: SquirrelMail/1.4.9a MIME-Version: 1.0 Content-Type: multipart/mixed;boundary="----=_20070817121243_31081" 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/msg00337.txt.bz2 ------=_20070817121243_31081 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Content-length: 36 Can we include this in 6.7 please? ------=_20070817121243_31081 Content-Type: text/plain; name="NEWS.txt" Content-Transfer-Encoding: 8bit Content-Disposition: attachment; filename="NEWS.txt" Content-length: 792 2007-08-17 Michael Snyder * NEWS: Mention Coverity bug fixes. Index: NEWS =================================================================== RCS file: /cvs/src/src/gdb/NEWS,v retrieving revision 1.235 diff -p -r1.235 NEWS *** NEWS 17 Jul 2007 12:51:40 -0000 1.235 --- NEWS 17 Aug 2007 19:10:35 -0000 *************** *** 3,8 **** --- 3,12 ---- *** Changes since GDB 6.6 + * 58 Coverity issues resolved in gdb, 29 in bfd, 1 in libiberty, and + 1 in opcodes. These include such things as resource leaks, null pointer + dereference, use after free, and array overruns. + * 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. ------=_20070817121243_31081--