On Mon, 13 Nov 2000, Torsten Duwe wrote: > >>>>> "Francis" == Francis Galiegue <[EMAIL PROTECTED]> writes: > > >> + 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... Code in a security sensitive area needs to be crystal clear. What's wrong with isalnum() ? Cheers Chris - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/
- Modprobe local root exploit Gregory Maxwell
- Modprobe local root exploit Torsten Duwe
- Re: Modprobe local root exploit Francis Galiegue
- Re: Modprobe local root exploit Torsten Duwe
- Re: Modprobe local root exploit Chris Evans
- Re: Modprobe local root exploit Jan Dvorak
- Re: Modprobe local root exploit Torsten Duwe
- Re: Modprobe local root exploit Peter Samuelson
- Re: Modprobe local root exp... Keith Owens
- Re: Modprobe local root exp... Florian Weimer
- Re: Modprobe local root exp... Malcolm Beattie
- Re: Modprobe local root exp... Jakub Jelinek
- Re: Modprobe local root exp... Chris Evans
- Re: Modprobe local root exp... Keith Owens
- Re: Modprobe local root exploit Nick Holloway