Untitled
unknown
plain_text
5 months ago
579 B
3
Indexable
html_quote.c: In function ‘html_quote’: html_quote.c:93:13: error: ‘strncpy’ output may be truncated copying 6 bytes from a string of length 6 [-Werror=stringop-truncation] 93 | strncpy(dst, escape, 6); | ^~~~~~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [Makefile:1000: html_quote.lo] Error 1 make[2]: Leaving directory '/home/amitpari/squid-4.4/lib' make[1]: *** [Makefile:1045: all-recursive] Error 1 make[1]: Leaving directory '/home/amitpari/squid-4.4/lib' make: *** [Makefile:582: all-recursive] Error 1
Editor is loading...
Leave a Comment