CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2010/03/23 03:52:35
Modified files: lib/libc/gen : glob.c Log message: Fix glob(3) to correctly return an error when its buffer space is exhausted and GLOB_BRACE is given. globexp2() was ignoring errors returned from lower levels. While here, change globexp2() to return its return value normally rather putting it in a int pointer then always returning 0. ok otto