From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24978 invoked by alias); 2 Sep 2004 19:07:45 -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 24967 invoked by uid 48); 2 Sep 2004 19:07:44 -0000 Date: Thu, 02 Sep 2004 19:07:00 -0000 Message-ID: <20040902190744.24966.qmail@sourceware.org> From: "dancasimiro at alum dot rpi dot edu" To: glibc-bugs@sources.redhat.com In-Reply-To: <20040902190535.364.dancasimiro@alum.rpi.edu> References: <20040902190535.364.dancasimiro@alum.rpi.edu> Reply-To: sourceware-bugzilla@sources.redhat.com Subject: [Bug libc/364] strerror_r does not copy error string to user supplied buffer X-Bugzilla-Reason: CC X-SW-Source: 2004-09/txt/msg00010.txt.bz2 List-Id: ------- Additional Comments From dancasimiro at alum dot rpi dot edu 2004-09-02 19:07 ------- Created an attachment (id=184) --> (http://sources.redhat.com/bugzilla/attachment.cgi?id=184&action=view) Implement correct behavior This patch implements the expected behavior. It copies as much of the error string as fits into the user supplied buffer. -- http://sources.redhat.com/bugzilla/show_bug.cgi?id=364 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.