]> granicus.if.org Git - python/commit
Believe it or not, Solaris 2.6 strtod() can move the end pointer
authorGuido van Rossum <guido@python.org>
Thu, 1 Oct 1998 20:35:46 +0000 (20:35 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 1 Oct 1998 20:35:46 +0000 (20:35 +0000)
commit9d904b9389afafdcebc27788cb4ef84377a8d593
tree0b6a639a04728fee7203fa84ba407d74eba0757d
parent4ab5d85efa1d3f917a59059ca2ae02777bb2945d
Believe it or not, Solaris 2.6 strtod() can move the end pointer
*beyond* the null byte at the end of the input string, when the input
is inf(inity).  Discovered by Greg Ward.
Objects/abstract.c