Re: 2.1.120pre2: Bug in strnicmp() noted in 2.1.119pre1 is still there!

Mitchell Blank Jr (mitch@execpc.com)
Tue, 1 Sep 1998 12:30:25 -0500


Mitchell Blank Jr wrote:
> return len<0 ? -1 : len&1;

BTW, this of course won't work at all. There are some cool tricks with
bitops you can do to remove one of the tests, but this isn't it. It
was really foolish of me to think I could remember what they were at
6:30am. :-(

But, again, it shouldn't be neccesary to normalize the result anyway so it's
a moot point.

-Mitch

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.altern.org/andrebalsa/doc/lkml-faq.html