Re: unlink return checking

2004-09-30 Thread Liam J. Foy
> > First hello to everyone, am new to this list! :) > > > > Second of all when browsing through the apache code branch 1.3 I have seen a few \ > > calls to unlink(2) without actually checking the return value. I believe that > > these \ > > should actually be checked. Do you all agree? or do you

Re: unlink return checking

2004-09-30 Thread Jeff Trawick
On Thu, 30 Sep 2004 17:12:01 +, Liam J. Foy <[EMAIL PROTECTED]> wrote: > First hello to everyone, am new to this list! :) > > Second of all when browsing through the apache code branch 1.3 I have seen a few > calls to unlink(2) without actually checking the return value. I believe that these

unlink return checking

2004-09-30 Thread Liam J. Foy
First hello to everyone, am new to this list! :) Second of all when browsing through the apache code branch 1.3 I have seen a few calls to unlink(2) without actually checking the return value. I believe that these should actually be checked. Do you all agree? or do you have a valid reason why we