You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Randy Terbush <ra...@zyzzyva.com> on 1995/03/13 13:00:16 UTC

Re: 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 ;) 

Ooops....