Commit 026c9a47 authored by Matthew Fernandez's avatar Matthew Fernandez
Browse files

use snprintf in preference to sprintf

Some more paranoid toolchains (e.g. OpenBSD 6.4's default) warn about the use of
sprintf as an insecure function. Our usage is pretty contained, but we rephrase
this to keep such compilers happy.
parent 6524f1ea
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment