Snippets for arj 3.10.22 from Nix aarch64-darwin
Sourced from https://hydra.nixos.org/log/83xxv2zc3n7hkidnf10zfaqlhwja0flc-arj-3.10.22.drv.
-
arj_arcv.c:2960:23: warning: '%03d' directive writing between 3 and 10 bytes into a region of size 8 [-Wformat-overflow=] 2960 | sprintf(subdir, "%03d%c", dir_num, PATHSEP_DEFAULT); | ^~~~~~~~ -
rearj.c:663:23: warning: '%s' directive writing up to 511 bytes into a region of size 399 [-Wformat-overflow=] 663 | sprintf(cmd_buffer, "%s %s", preunpack_cmd_text, full_name); | ^~~~~~~ ~~~~~~~~~ -
rearj.c:690:23: warning: '%s' directive writing up to 511 bytes into a region of size 399 [-Wformat-overflow=] 690 | sprintf(cmd_buffer, "%s %s", precount_cmd_text, full_name); | ^~~~~~~ ~~~~~~~~~ -
packager.c:199:19: warning: '%s' directive writing up to 127 bytes into a region of size 122 [-Wformat-overflow=] 199 | sprintf(out_str, "@{c40}%s@{_}\n", tmp_str); | ^~~~~~~~~~~~~~~~ ~~~~~~~ -
packager.c:386:20: warning: '%s' directive writing up to 511 bytes into a region of size 494 [-Wformat-overflow=] 386 | sprintf(arj_cmds, "a -2e.*TYPE -jm -z%s -y -je -va retail" P "%s %s", tmp_name, buf, platform_specific); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~ -
packager.c:474:19: warning: '%s' directive writing up to 511 bytes into a region of size 502 [-Wformat-overflow=] 474 | sprintf(cmdline, "%s" P "arj" P "arj @%s -+", argv[1], pkg_rsp); | ^~~~ ~~~~~~~