From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28256 invoked by alias); 25 Aug 2005 20:36:33 -0000 Mailing-List: contact glibc-bugs-regex-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-regex-owner@sources.redhat.com Received: (qmail 28104 invoked by uid 48); 25 Aug 2005 20:35:52 -0000 Date: Thu, 25 Aug 2005 20:36:00 -0000 From: "eggert at gnu dot org" To: glibc-bugs-regex@sources.redhat.com Message-ID: <20050825203549.1241.eggert@gnu.org> Reply-To: sourceware-bugzilla@sources.redhat.com Subject: [Bug regex/1241] New: regex isn't compilable by g++; also, a dereferencing bug X-Bugzilla-Reason: CC X-SW-Source: 2005-08/txt/msg00062.txt.bz2 List-Id: Sam Steingold reported that the regex code wasn't compilable by g++. While making the small changes required to fix this, I encountered a real bug: an "err == REG_NOERROR" should be "*err == REG_NOERROR" because err is a pointer. I'll attach a patch for both problems. -- Summary: regex isn't compilable by g++; also, a dereferencing bug Product: glibc Version: 2.3.5 Status: NEW Severity: normal Priority: P2 Component: regex AssignedTo: gotom at debian dot or dot jp ReportedBy: eggert at gnu dot org CC: glibc-bugs-regex at sources dot redhat dot com,glibc- bugs at sources dot redhat dot com http://sources.redhat.com/bugzilla/show_bug.cgi?id=1241 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.