This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Don't accept exp char without digits in scanf floatparsing


On Mon, Jan 14, 2013 at 05:41:22PM +0100, Andreas Schwab wrote:
> A floating point number must have at least one digit before the exponent
> character, so scanf should not parse beyond the exponent character when
> no digits were seen yet.
> 
> Andreas.
> 
> 	[BZ #13988]

Nice to see this bug being addressed! Have you looked at #12701 and
the attached test cases?

Rich


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]