author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sun, 2 Jul 2017 19:17:30 +0000 (21:17 +0200) | ||
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sun, 2 Jul 2017 19:17:30 +0000 (21:17 +0200) | ||
commit | be126043c2be20399d7670fe194645292018bde0 | |
tree | ffdf71b882b148207b77b936f98eeed8d5d80a38 | tree | snapshot |
parent | 867ad628dc6fcd05bd584b605d7093cfc00c3d07 | commit | diff |
Treewide: replace ssnprintf with snprintf
ssnprintf supposedly was a safer version of snprintf, but they both
always NUL-terminate the buffer.
After this change GCC >= 7 will start warning when snprintf silenty
truncates, which is good since I want to see when that happens.
ssnprintf supposedly was a safer version of snprintf, but they both
always NUL-terminate the buffer.
After this change GCC >= 7 will start warning when snprintf silenty
truncates, which is good since I want to see when that happens.
113 files changed: