From 69e022f0b94178fcb95d19f18714f1fd678fc3eb Mon Sep 17 00:00:00 2001 From: Wang Renxin Date: Thu, 30 Jun 2016 11:02:38 +0800 Subject: [PATCH] *fixed a buffer overflow issue when formatting real number with the str statement. --- HISTORY | 3 +++ 1 file changed, 3 insertions(+) diff --git a/HISTORY b/HISTORY index ef73abd..e948f40 100755 --- a/HISTORY +++ b/HISTORY @@ -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