bug report: sscanf problem with cygwin 1.3.1-1

Charles S. Wilson cwilson@ece.gatech.edu
Fri Apr 27 16:56:00 GMT 2001


Norman Vine wrote:
> 
> >
> >Confirmed. I used vsscanf() as my test case, but all *scanf() functions
> >in newlib call the same workhorse function, __svfscanf_r().
> .
> >It looks like there is a problem handling decimal points in __svfscanf_r
> >(newlib/libc/stdio/vfscanf.c line 227)
> 
> A hearty thanks to whomever fixed this so quickly in the CVS
> 

Yep. Jeff's patches today (initializing the local var 'new_exp' &
providing prototype for _strtod_r in stdlib.h) seem to have corrected
this problem.

--Chuck



More information about the Newlib mailing list