]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Remove all precision and width limits from formatting fields in the
authordrh <drh@noemail.net>
Tue, 11 Oct 2011 17:54:54 +0000 (17:54 +0000)
committerdrh <drh@noemail.net>
Tue, 11 Oct 2011 17:54:54 +0000 (17:54 +0000)
commit59eedf7925f06e8373b226e50e95e1b802034a7b
tree5a83fcd5543e5b3960563e6d0310a6aba91fbef0
parent67855877ffa8a1d70ab17a65ead5dd3872e4623a
Remove all precision and width limits from formatting fields in the
sqlite3_mprintf() family of functions. Malloc for space as necessary.
The prevents a stack overflow on very large numbers using %f.

FossilOrigin-Name: 1f843fb383583ee7ef51c13b8a820744e450101a
manifest
manifest.uuid
src/printf.c
test/printf.test