From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17023 invoked by alias); 19 Jan 2010 16:18:13 -0000 Received: (qmail 16801 invoked by uid 48); 19 Jan 2010 16:17:51 -0000 Date: Tue, 19 Jan 2010 16:18:00 -0000 Message-ID: <20100119161751.16800.qmail@sourceware.org> From: "jim at meyering dot net" To: glibc-bugs-regex@sources.redhat.com In-Reply-To: <20100119161558.11192.jim@meyering.net> References: <20100119161558.11192.jim@meyering.net> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug regex/11192] regexec.c: avoid leaks on out-of-memory failure paths X-Bugzilla-Reason: CC Mailing-List: contact glibc-bugs-regex-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-regex-owner@sourceware.org X-SW-Source: 2010-01/txt/msg00030.txt.bz2 ------- Additional Comments From jim at meyering dot net 2010-01-19 16:17 ------- Created an attachment (id=4539) --> (http://sourceware.org/bugzilla/attachment.cgi?id=4539&action=view) regexec.c: avoid leaks on out-of-memory failure paths 2010-01-19 Paul Eggert [BZ #11192] regexec.c: avoid leaks on out-of-memory failure paths * posix/regexec.c (re_copy_regs): Don't leak when allocation of the start buffer succeeds but allocation of the "end" one fails. In two places. -- http://sourceware.org/bugzilla/show_bug.cgi?id=11192 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.