From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8710 invoked by alias); 19 Jan 2010 11:27:53 -0000 Received: (qmail 8550 invoked by uid 48); 19 Jan 2010 11:27:40 -0000 Date: Tue, 19 Jan 2010 11:27:00 -0000 Message-ID: <20100119112740.8549.qmail@sourceware.org> From: "jim at meyering dot net" To: glibc-bugs-regex@sources.redhat.com In-Reply-To: <20100119112351.11184.jim@meyering.net> References: <20100119112351.11184.jim@meyering.net> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug regex/11184] posix/regex_internal.c (re_dfa_add_node): correct overflow detection 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/msg00013.txt.bz2 ------- Additional Comments From jim at meyering dot net 2010-01-19 11:27 ------- Created an attachment (id=4530) --> (http://sourceware.org/bugzilla/attachment.cgi?id=4530&action=view) regex_internal.c: correct re_realloc overflow detection 2010-01-19 Jim Meyering [BZ #11184] regex_internal.c: correct re_realloc overflow detection * posix/regex_internal.c (re_dfa_add_node): Correct the overflow detection test. Patch by Paul Eggert. Note that the "sizeof(int)" makes it slightly more convenient to keep in sync with gnulib's "sizeof(Idx)". -- http://sourceware.org/bugzilla/show_bug.cgi?id=11184 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.