K 10 svn:author V 7 iedowse K 8 svn:date V 27 2003-06-16T20:48:56.000000Z K 7 svn:log V 306 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 END