bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#15970: [Bug-tar] bug#15970: Crash in gettext() after fork() on Mac O


From: Pádraig Brady
Subject: bug#15970: [Bug-tar] bug#15970: Crash in gettext() after fork() on Mac OS X
Date: Tue, 26 Nov 2013 12:34:55 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130110 Thunderbird/17.0.2

On 11/26/2013 10:53 AM, Joerg Schilling wrote:
> 
> Are you using "ignore_value" because of the gcc bug that ignores the official
> method to tell that the return code is ignored intentionally:
> 
>       (void) write(fd, buf, len);

Right: 
http://git.sv.gnu.org/gitweb/?p=gnulib.git;a=blob;f=lib/ignore-value.h;hb=HEAD

I thought it marginally cleaner to use that,
than to have a goto to just _exit() on write error.

thanks,
Pádraig.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]