From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10984 invoked by alias); 16 Feb 2005 09:46:09 -0000 Mailing-List: contact glibc-bugs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sources.redhat.com Received: (qmail 10551 invoked by alias); 16 Feb 2005 09:45:40 -0000 Date: Wed, 16 Feb 2005 09:46:00 -0000 Message-ID: <20050216094540.10550.qmail@sourceware.org> From: "cvs-commit at gcc dot gnu dot org" To: glibc-bugs@sources.redhat.com In-Reply-To: <20050216043241.730.roland@gnu.org> References: <20050216043241.730.roland@gnu.org> Reply-To: sourceware-bugzilla@sources.redhat.com Subject: [Bug libc/730] libio fmemopen broken X-Bugzilla-Reason: CC X-SW-Source: 2005-02/txt/msg00129.txt.bz2 List-Id: ------- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-02-16 09:45 ------- Subject: Bug 730 CVSROOT: /cvs/glibc Module name: libc Branch: glibc-2_3-branch Changes by: roland@sources.redhat.com 2005-02-16 09:45:21 Modified files: libio : iofopncook.c Log message: 2005-01-19 Jakub Jelinek [BZ #730] * libio/iofopncook.c (_IO_cookie_seekoff): Add prototype. 2005-01-05 Ulrich Drepper [BZ #730] * libio/iofopncook.c (_IO_cookie_seekoff): Define. Mark offset as invalid to disable optimizations in fileops which won't work here. (_IO_cookie_jumps): Use it. (_IO_old_cookie_jumps): Likewise. * libio/fmemopen.c (fmemopen_seek): Result must be returned in *P, not the return value. * stdio-common/Makefile (tests): Add tst-fmemopen2. * stdio-common/tst-fmemopen2.c: New file. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/libio/iofopncook.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.21&r2=1.21.4.1 -- http://sources.redhat.com/bugzilla/show_bug.cgi?id=730 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.