Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Apr 2002 03:00:44 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/boot/common module.c
Message-ID:  <200204111000.g3BA0iC68830@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       2002/04/11 03:00:44 PDT

  Modified files:
    sys/boot/common      module.c 
  Log:
  Bandaid for a buffer overrun in the module searching code.  When breaking
  up the module_path string, we would walk one past the end of the buffer.
  This hurting ia64 originally, but it was probably also happening on i386
  occasionally as well.  The effects were usually harmless, it would add
  bogus "binary" search directories to the places it actually looked for
  files.
  
  Revision  Changes    Path
  1.23      +2 -0      src/sys/boot/common/module.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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