cvs commit: src/usr.sbin/kldxref kldxref.c

Marcel Moolenaar marcel at FreeBSD.org
Fri Aug 4 21:28:44 UTC 2006


marcel      2006-08-04 21:28:43 UTC

  FreeBSD src repository

  Modified files:
    usr.sbin/kldxref     kldxref.c 
  Log:
  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.
  
  Revision  Changes    Path
  1.13      +1 -1      src/usr.sbin/kldxref/kldxref.c


More information about the cvs-src mailing list