]> git.ipfire.org Git - thirdparty/zstd.git/commit
removed sprintf usage from zstdcli.c 3916/head
authorYann Collet <cyan@fb.com>
Sun, 25 Feb 2024 07:03:40 +0000 (23:03 -0800)
committerYann Collet <cyan@fb.com>
Sun, 25 Feb 2024 07:03:40 +0000 (23:03 -0800)
commit4d2bf7f0f2feb2c6928204db218ff9384ac605ac
treea6d4173e0f8f91813cc54a630a28d45b5495605b
parent5c5c1b0d9086dcf921b6630e637ba7e489332439
removed sprintf usage from zstdcli.c

some static analyzers flag this standard C90 function as unsafe.
programs/zstdcli.c