chiark / gitweb /
Check the return value of snprintf().
authorBen Harris <bjh21@bjh21.me.uk>
Sat, 24 Nov 2018 10:22:43 +0000 (10:22 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Sat, 8 Dec 2018 22:30:09 +0000 (22:30 +0000)
commit2cbf996c8894684ab700bcde5ca559749c5e82c0
treeb2e0dcbb9efe91f8df2fe1c03be222fa84e6286a
parentf44b7ad28e0e416f3e16a8eb83c46edd7c959068
Check the return value of snprintf().

I know it can't overflow, but this explains to GCC that I know.
clunk.c