chiark / gitweb /
tmpdir.c: Don't pass unvetted strings as a format string.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 7 Jul 2024 18:15:15 +0000 (19:15 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 7 Jul 2024 20:50:10 +0000 (21:50 +0100)
commit7b5e7899240bb934fa8ee9844ebdadca0a097add
tree7a5d54b5d4f982ed6386268ea93079d7e7fb3f67
parent677859e43da0c812e18d657da8bebea7b0ebb6df
tmpdir.c: Don't pass unvetted strings as a format string.

Not actually a security problem because the temporary directory is
under the user's control, but it's still rather incompetent.  Sorry.
tmpdir.c