Re: [Bug-tar] [PATCH 0/1] Notes for wordsplit

2013-02-21 Thread Joerg Schilling
Eric Blake wrote: > On 02/20/2013 11:30 AM, Sergey Poznyakoff wrote: > > Hi Paul, > > > >> Developers are assumed to have up-to-date systems where -Werror is > >> appropriate. > > > > Frankly, I cannot imagine a situation where treaing a warning as an > > error can be appropriate. That's why I

Re: [Bug-tar] creat-safer vs. text mode platforms

2006-03-17 Thread Joerg Schilling
Eric Blake <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On non-POSIX platforms like cygwin, where text mode can be distinct from > binary mode, creat() will create a text-mode file. But in tar, this is > the wrong thing to do, since text mode corrupts the binar

Re: [Bug-tar] Error "Cannot allocate memory" incorrectly reported in some cases.

2005-10-29 Thread Joerg Schilling
"Sergey Poznyakoff" <[EMAIL PROTECTED]> wrote: > Paul Eggert <[EMAIL PROTECTED]> wrote: > > > Thanks for the diagnosis, but the fix isn't quite right in general, > > since the C standard says memcpy can set errno as well. > > > > I installed this patch instead, both in gnulib and coreutils. > > O