Re: Bug#467378: coreutils: Please include a program to truncate files

2008-03-28 Thread Jim Meyering
Pádraig Brady [EMAIL PROTECTED] wrote: Take 2 attached Thanks! I've looked through the tests (thanks for writing so many!) marked a few things with FIXME comments, fixed some exit... lines (that matters for portability wrt traps), and adjusted nit-picky comment syntax ;-) Here are a few more

Re: mkfifo bug -- null ptr dereference

2008-03-28 Thread Jim Meyering
Daniel Dunbar [EMAIL PROTECTED] wrote: We have found another null ptr dereference in mkfifo. The problem is identical to the one we found with mkdir. -- [EMAIL PROTECTED]:src$ ./mkfifo -Z a b Segmentation fault Thank you. mknod has the same problem: ./mknod -Z a b p zsh:

Re: mkfifo bug -- null ptr dereference

2008-03-28 Thread Daniel Dunbar
Hello again, We have found another null ptr dereference in mkfifo. The problem is identical to the one we found with mkdir. -- [EMAIL PROTECTED]:src$ ./mkfifo -Z a b Segmentation fault -- - Daniel ___ Bug-coreutils mailing list

mknod bug -- null ptr dereference

2008-03-28 Thread Daniel Dunbar
Noch einmal, I sent the previous report too soon I suppose. The same bug also show up in mknod (with different arguments): -- [EMAIL PROTECTED]:src$ ./mknod -Za - p Segmentation fault -- - Daniel ___ Bug-coreutils mailing list