CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/01/11 18:53:14
Modified files:
lib/libc/gen : glob.c
Log message:
avoid some integer overflows mostly with GLOB_APPEND and GLOB_DOOFFS
and sanity check arguments (these will be unnecessary when we switch
struct glob members from being type into to size_t in the future);
"looks ok" tedu@ feedback guenther@
