Files
bitcoin/src
Wladimir J. van der Laan 19cafc6239 test: Replace remaining sprintf with snprintf
Use of `sprintf` is seen as a red flag as many of its uses are insecure.
OpenBSD warns about it while compiling, and some modern platforms, e.g.
[cloudlibc from cloudabi](https://github.com/NuxiNL/cloudlibc) don't
even provide it anymore.

Although our uses of these functions are secure, it can't hurt to
replace them anyway. There are only 3 occurences left, all in the
tests.
2017-02-27 10:03:20 +01:00
..
2017-01-27 21:22:35 +01:00
2016-12-01 16:14:45 -08:00
2016-12-12 11:08:47 -08:00
2017-01-27 21:22:35 +01:00
2017-02-17 17:27:18 +01:00
2017-01-04 11:56:17 -08:00
2017-01-27 21:22:35 +01:00
2017-01-14 21:45:32 +01:00
2017-02-17 15:28:28 -08:00
2017-02-23 01:06:04 -05:00
2017-01-04 13:24:19 -05:00
2017-01-27 21:22:35 +01:00
2016-01-05 21:01:39 +01:00
2016-01-05 21:01:39 +01:00
2016-06-27 18:17:27 +02:00
2017-01-27 21:22:35 +01:00
2017-01-27 21:22:35 +01:00