|
|
|
Re: [PATCH 1/2] Fix tokenizer for octal escape sequences | |
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] | |
On Thu, Dec 16, 2010 at 1:14 AM, Namhyung Kim <namhyung@xxxxxxxxx> wrote:
> Don't allow 8 and 9 to be included in octal escape sequences.
> - while (next >= '0' && next <= '9') {
> + while (next >= '0' && next <= '7') {
Wow, good catch.
Thanks
Chris
--
To unsubscribe from this list: send the line "unsubscribe linux-sparse" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
[Newbies FAQ] [Kernel List] [Site Home] [IETF Annouce] [DCCP] [Netdev] [Networking] [Security] [Bugtraq] [Photo] [Yosemite] [MIPS Linux] [ARM Linux] [Linux Security] [Linux RAID] [Linux SCSI] [DDR & Rambus] [Trinity Fuzzer Tool]