Skip to content

Commit

Permalink
- Fixed bug #54055 (buffer overrun with high values for precision ini
Browse files Browse the repository at this point in the history
  setting).
#This fix (for g/G/k/H modes) is done at a different level than that for the
#modes e/E/f/F, at a bit higher level and therefore with less coverage. I
#chose this because it addresses the problem where it is -- the calling function
#that passes a buffer too small to php_gcvt.
  • Loading branch information
cataphract committed Feb 21, 2011
1 parent 54a7e5d commit 1b2d14c
Show file tree
Hide file tree
Showing 5 changed files with 611 additions and 9 deletions.
2 changes: 2 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
authentication using stream_context/http/header/Proxy-Authorization (Dmitry)
. Changed default value of ini directive serialize_precision from 100 to 17.
(Gustavo)
. Fixed bug #54055 (buffer overrun with high values for precision ini
setting). (Gustavo)
. Fixed bug #53959 (reflection data for fgetcsv out-of-date). (Richard)
. Fixed bug #53577 (Regression introduced in 5.3.4 in open_basedir with a
trailing forward slash). (lekensteyn at gmail dot com, Pierre)
Expand Down
Loading

0 comments on commit 1b2d14c

Please sign in to comment.