PROBLEM:
Find core dumps with extreme long path names. See also
kern/12855

CAUSE:
fts.c does not handle realloc of buffer space correctly.

FIX:
Upgrade fts.c from OpenBSD version 1.9 to 1.20.  The
fix for when fts_open is used with option FTS_NOCHDIR
the full path entry of type FTS_DP is returned with a
trailing '/' if the final directory is empty, was
incorporated in version 1.20. Thanx to Todd Miller
mill...@openbsd.org

The patch is available at http://www.freebsd.org/~pho/fts.diff

--
Peter Holm





To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to