commit | f286eda6f0c6841386faac6fb28906460d1748ef | [log] [tgz] |
---|---|---|
author | Nicolas Pitre <npitre@baylibre.com> | Wed Jun 19 11:36:58 2019 -0400 |
committer | Anas Nashif <anas.nashif@intel.com> | Sun Jul 14 23:07:44 2019 -0400 |
tree | cf443c7de08b65c3e462b9ee7b197c048a109158 | |
parent | d28434b4fa63997617624a25c3716e91332d3f37 [diff] |
prf.c: remove arbitrary large stack buffer usage The on-stack work buffer occupies 201 bytes by default. Now that we've made the code able to cope with virtually unlimited width and precision values, we can reduce stack usage to its strict minimum i.e. 25 bytes. This allows for some additional sprintf tests exercizing wide results. Signed-off-by: Nicolas Pitre <npitre@baylibre.com>