printf: fix floating point buffer overflow issues

... and add a bunch of floating point printf tests
This commit is contained in:
Daniel Stenberg 2016-11-08 15:32:37 +01:00
parent 60450d507f
commit 3ab3c16db6
3 changed files with 152 additions and 5 deletions

View file

@ -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>