diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-11-08 15:32:37 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-12-19 07:53:20 +0100 |
commit | 3ab3c16db6a5674f53cf23d56512a405fde0b2c9 (patch) | |
tree | 0c69855066ac3d7b7a6b2b60478bd4162be73735 /tests/data | |
parent | 60450d507f89a310c99a5039f720c18e7799b393 (diff) |
printf: fix floating point buffer overflow issues
... and add a bunch of floating point printf tests
Diffstat (limited to 'tests/data')
-rw-r--r-- | tests/data/test557 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/data/test557 b/tests/data/test557 index 8d0944a1e..ad9350f6e 100644 --- a/tests/data/test557 +++ b/tests/data/test557 @@ -40,6 +40,7 @@ All curl_mprintf() unsigned long tests OK! All curl_mprintf() signed long tests OK! All curl_mprintf() curl_off_t tests OK! All curl_mprintf() strings tests OK! +All float strings tests OK! </stdout> </verify> |