Messages in this thread |  | | Subject | Re: Modprobe local root exploit | Date | Thu, 16 Nov 2000 05:22:33 +0000 (GMT) | From | Alan Cox <> |
| |
> >> + if ((*p & 0xdf) >= 'a' && (*p & 0xdf) <= 'z') continue; > > Francis> Just in case... Some modules have uppercase letters too :) > > That's what the &0xdf is intended for...
That looks wrong for UTF8 which is technically what the kernel uses 8) - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
|  |