CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/05/12 01:15:10
Modified files:
lib/libc/gen : glob.c
Log message:
When the max number of items for a directory has reached GLOB_LIMIT_READDIR
an error is returned but closedir() is not called.
spotted and fix provided by Frank Denis [email protected]
ok otto@, millert@
