Snippets for tac-plus 4.0.4.31 from Nix aarch64-linux
Sourced from https://hydra.nixos.org/log/pyyngvhzbhf4ghqh111jch5yf05r593p-tacacsplus-4.0.4.31.drv.
-
tac_pwd.c:203:5: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 203 | write(1, prompt, strlen(prompt)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
tac_pwd.c:208:9: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 208 | write(1, "\n", strlen("\n")); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
tac_pwd.c:220:5: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 220 | write(1, result, strlen(result)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
tac_pwd.c:221:5: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 221 | write(1, "\n", 1); | ^~~~~~~~~~~~~~~~~ -
config.c:916:34: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=] 916 | sprintf(buf, "%s ", sym_buf); | ^ -
config.c:1199:38: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=] 1199 | sprintf(buf, "%s ", sym_buf); | ^ -
config.c:1167:34: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=] 1167 | sprintf(buf, "%s ", sym_buf); | ^ -
config.c:1275:30: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=] 1275 | sprintf(buf, "%s ", sym_buf); | ^ -
config.c:1124:34: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=] 1124 | sprintf(buf, "%s ", sym_buf); | ^ -
report.c:100:13: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 100 | write(logfd, buf, strlen(buf)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
report.c:102:17: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 102 | write(logfd, "Error ", 6); | ^~~~~~~~~~~~~~~~~~~~~~~~~ -
report.c:103:13: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 103 | write(logfd, msg, strlen(msg)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
report.c:104:13: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 104 | write(logfd, "\n", 1); | ^~~~~~~~~~~~~~~~~~~~~ -
tac_plus.c:126:11: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 126 | (void)write(fileno(stderr), RCVSIG_STR, strlen(RCVSIG_STR)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~