2008/7/6 Aleksandr Lomanov <[EMAIL PROTECTED]>:
> File system.c, function strcasestr()
>
>                cp1++;
>                cp2++;
>            }
>            while (1); -------- line 995 something is wrong with "somebody"
>            if (*cp1)
>                cp1++;


That particular line has actually been there since this
routine was first committed (way back in 1999).
I suspect that says something about the spread
of systems that don't implement strcasestr :-)

Dave

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to