*fixed a buffer overflow issue when formatting real number with the str statement.

This commit is contained in:
Wang Renxin 2016-06-30 11:02:38 +08:00 committed by GitHub
parent 1625e827ea
commit 69e022f0b9

View File

@ -1,3 +1,6 @@
Jun. 30 2016
Fixed a buffer overflow issue when formatting real number with the STR statement
Jun. 29 2016
Added a dynamic buffer helper for temporary string manipulation