Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Aug 2006 21:28:43 +0000 (UTC)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/kldxref kldxref.c
Message-ID:  <200608042128.k74LShD7052071@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608042128.k74LShD7052071>