K 10 svn:author V 6 marcel K 8 svn:date V 27 2006-08-04T21:28:42.000000Z K 7 svn:log V 246 Fix (static) buffer overflow bug. The dest buffer is of size MAXPATHLEN, so dest[MAXPATHLEN] falls outside the buffer. This bug corrupted arenas[0] defined in libc's malloc.c on PowerPC when kldxref is shared, which triggered a delayed SIGSERV. END