This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ftw() and AustinDraft


On Mon, Dec 10, Ulrich Drepper wrote:

> Thorsten Kukuk <kukuk@suse.de> writes:
> 
> > I have a small patch for this which works with all of my test cases
> > (LSB.os test suite). But I'm not sure if it is really correct, there
> > are to much other cases which I could break.
> 
> The patch looks OK except that __access must be used.  I've applied
> the patch and added a test case.  Thanks,

No, it was not ok :-(
Found another test case where it now breaks. Looks like I have to 
check at first if the argument is a directory or something else
and that I cannot use access on a direcotry. I will look at it
today again.

  Thorsten

-- 
Thorsten Kukuk       http://www.suse.de/~kukuk/        kukuk@suse.de
SuSE GmbH            Deutschherrenstr. 15-19       D-90429 Nuernberg
--------------------------------------------------------------------    
Key fingerprint = A368 676B 5E1B 3E46 CFCE  2D97 F8FD 4E23 56C6 FB4B


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]