[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20080917160603.2f869a26.akpm@linux-foundation.org>
Date: Wed, 17 Sep 2008 16:06:03 -0700
From: Andrew Morton <akpm@...ux-foundation.org>
To: Harvey Harrison <harvey.harrison@...il.com>
Cc: linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/3] lib: pull base-guessing logic to helper function
On Wed, 17 Sep 2008 11:22:02 -0700
Harvey Harrison <harvey.harrison@...il.com> 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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists