cvs commit: src/sys/boot/i386/libi386 pxe.c

Ian Dowse iedowse at FreeBSD.org
Mon Jun 16 13:48:57 PDT 2003


iedowse     2003/06/16 13:48:56 PDT

  FreeBSD src repository

  Modified files:
    sys/boot/i386/libi386 pxe.c 
  Log:
  When looking for the ':' separator in the root path, don't go past
  the terminating '\0'. Since the initialisation of rootpath in
  libstand/bootp.c may copy junk into the rest of the buffer, it was
  possible for the code to find a ':' after the '\0' and do the wrong
  thing.
  
  Reviewed by:    ps
  MFC after:      1 week
  
  Revision  Changes    Path
  1.19      +3 -3      src/sys/boot/i386/libi386/pxe.c


More information about the cvs-src mailing list