From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28917 invoked by alias); 16 Mar 2008 14:02:02 -0000 Received: (qmail 27991 invoked by uid 48); 16 Mar 2008 14:01:12 -0000 Date: Sun, 16 Mar 2008 14:02:00 -0000 From: "vik at forgottenroots dot de" To: glibc-bugs-regex@sources.redhat.com Message-ID: <20080316140107.5945.vik@forgottenroots.de> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug regex/5945] New: regoff_t wrong has posix type 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-03/txt/msg00000.txt.bz2 The type regoff_t should hold at least the same amount of bytes as off_t and ssize_t here: http://www.opengroup.org/onlinepubs/009695399/basedefs/regex.h.html It's defined in regex.h as 'int` so it won't hold off_t on a 64bit machine or a 32bit machine where off_t 64bit support is enabled (#define _FILE_OFFSET_BITS 64) -- Summary: regoff_t wrong has posix type Product: glibc Version: unspecified Status: NEW Severity: enhancement Priority: P2 Component: regex AssignedTo: drepper at redhat dot com ReportedBy: vik at forgottenroots dot de CC: glibc-bugs-regex at sources dot redhat dot com,glibc- bugs at sources dot redhat dot com http://sourceware.org/bugzilla/show_bug.cgi?id=5945 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.