This is the mail archive of the glibc-bugs@sourceware.org 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]

[Bug libc/11271] posix call nftw() leaks file handles on FTW_CHDIR


------- Additional Comments From ka5427-536 at online dot de  2010-02-11 01:54 -------
Created an attachment (id=4586)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=4586&action=view)
testcase

source code to reproduce the issue.

download the Makefile attachment and type 

   make

to build.

This should produce two binaries

   ./ok    - which works as expected
   ./buggy - which shows the described bug when executed

the only difference is that the flag FTW_CHDIR is used in ./buggy

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=11271

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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