From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23216 invoked by alias); 4 Feb 2008 14:04:05 -0000 Received: (qmail 22835 invoked by uid 48); 4 Feb 2008 14:03:20 -0000 Date: Mon, 04 Feb 2008 14:04:00 -0000 Message-ID: <20080204140320.22834.qmail@sourceware.org> From: "rrt at sc3d dot org" To: glibc-bugs-regex@sources.redhat.com In-Reply-To: <20080204132153.5718.rrt@sc3d.org> References: <20080204132153.5718.rrt@sc3d.org> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug regex/5718] Uninitialised struct member in re_compile_internal causes crash in regfree 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: 2008-02/txt/msg00003.txt.bz2 ------- Additional Comments From rrt at sc3d dot org 2008-02-04 14:03 ------- The way translate is documented, in the node "Translate Tables", is: "You tell Regex to use a translate table on a given pattern buffer by assigning that table's address to the `translate' field of that buffer. If you don't want Regex to do any translation, put zero into this field." Nothing about malloc. -- http://sourceware.org/bugzilla/show_bug.cgi?id=5718 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.