Date: Mon, 16 Jun 2003 13:48:56 -0700 (PDT) From: Ian Dowse <iedowse@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/i386/libi386 pxe.c Message-ID: <200306162048.h5GKmuPa044587@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306162048.h5GKmuPa044587>