Fix strtod.
authorfloitschV8@gmail.com <floitschV8@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 11 Nov 2010 16:32:32 +0000 (16:32 +0000)
committerfloitschV8@gmail.com <floitschV8@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 11 Nov 2010 16:32:32 +0000 (16:32 +0000)
commit121adebfdecce6e7a600263c6c2dee1b9219ee8d
tree8e3bddc1fd70254bb5666568f741467eab408214
parent7fac48cc871140b395bb002ad5ed0415686cbf34
Fix strtod.

Strtod function used buffer that was allocated inside a nested scope.

Review URL: http://codereview.chromium.org/4639006

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5815 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/strtod.cc
test/cctest/test-strtod.cc