From 1ff3e6fa2573ece62c53d7e22563a94f8398d0e1 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Wed, 18 Apr 2012 03:53:53 -0400 Subject: fix typo in exponent reading code or floats this was basically harmless, but could have resulted in misreading inputs with more than a few gigabytes worth of digits.. --- src/internal/floatscan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/internal/floatscan.c b/src/internal/floatscan.c index da209e27..32175431 100644 --- a/src/internal/floatscan.c +++ b/src/internal/floatscan.c @@ -44,7 +44,7 @@ static long long scanexp(FILE *f, int pok) } for (x=0; c-'0'<10U && x