10a381e5 | 16-Dec-2007 |
David Schultz <das@FreeBSD.org> |
Fix strto{f,d,ld}() so they don't return signaling NaNs. C99 says they are never supposed to, and the fact that they did could cause apps that run with unmasked FP exceptions to SIGFPE after a scanf(
Fix strto{f,d,ld}() so they don't return signaling NaNs. C99 says they are never supposed to, and the fact that they did could cause apps that run with unmasked FP exceptions to SIGFPE after a scanf() or strtod(). The vendor stated that he will not be fixing this, citing portability concerns.
show more ...
|