Re: [PATCH 1/3] lib: pull base-guessing logic to helper function

From: Andrew Morton
Date: Wed Sep 17 2008 - 19:06:32 EST


On Wed, 17 Sep 2008 11:22:02 -0700
Harvey Harrison <harvey.harrison@xxxxxxxxx> wrote:

> There is a small behavior change in this patch, previously, when
> no base was specified and the string began with 0x? the base would
> be guessed as 8, unless isxdigit(?) was true. This would then return
> 0 as 'x' was larger than 8. Now, the base is always guessed as 16 if
> the string starts with '0x'

hm. I'd call that a bugfix.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/