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