Snippets for ispell 3.4.06 from Nix aarch64-linux
Sourced from https://hydra.nixos.org/log/bm3mrpcs8m8695xpa8chiz6k5d5x67r2-ispell-3.4.06.drv.
-
ispell.c:325:39: warning: '%s' directive writing 12 bytes into a region of size between 0 and 4095 [-Wformat-overflow=] 325 | (void) sprintf (hashname, "%s/%s", libdir, DEFHASH); | ^~ -
ispell.c:310:45: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=] 310 | (void) sprintf (hashname, "%s/%s", libdir, p); | ^ -
ispell.c:818:53: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=] 818 | (void) sprintf (hashname, "%s/%s", libdir, p); | ^