From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13199 invoked by alias); 19 Jun 2014 17:01:59 -0000 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 Received: (qmail 13002 invoked by uid 55); 19 Jun 2014 17:01:55 -0000 From: "cvs-commit at gcc dot gnu.org" To: glibc-bugs-regex@sourceware.org Subject: [Bug regex/17069] leak in regcomp Date: Thu, 19 Jun 2014 17:01:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: regex X-Bugzilla-Version: 2.20 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-06/txt/msg00016.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=17069 --- Comment #1 from cvs-commit at gcc dot gnu.org --- This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU C Library master sources". The branch, master has been updated via 4d43ef1e7434d7d419afbcd754931cb0c794763c (commit) from 51a7380b8968251a49a4c5b0bc7ed1af5b0512c6 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=4d43ef1e7434d7d419afbcd754931cb0c794763c commit 4d43ef1e7434d7d419afbcd754931cb0c794763c Author: Andreas Schwab Date: Thu Jun 19 15:38:03 2014 +0200 Fix memory leak in regexp compiler (BZ #17069) ----------------------------------------------------------------------- Summary of changes: ChangeLog | 12 ++++++++++++ posix/Makefile | 12 +++++++++--- .../bench-timing-type.c => posix/bug-regex36.c | 12 +++++++----- posix/regcomp.c | 13 ++++++++++--- 4 files changed, 38 insertions(+), 11 deletions(-) copy benchtests/bench-timing-type.c => posix/bug-regex36.c (82%) -- You are receiving this mail because: You are on the CC list for the bug.