You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Brian Behlendorf <br...@wired.com> on 1995/03/13 08:48:50 UTC

heh heh heh

Randy, your -Wall patches caused an ugly bug - you suggested changing

if ((src_len=strlen(src))<start)

in util.c to

if( (src_len = (strlen(src) < start)) )

which, uh, among other things caused http://hyperreal.com:8000/ to go to 
the Unix root level directory ;) 

	Brian

--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--
brian@hotwired.com  brian@hyperreal.com  http://www.hotwired.com/Staff/brian/