Snippets for ispell 3.4.06 from Nix x86_64-linux
Sourced from https://hydra.nixos.org/log/yr5831d0cai0r1lfb5azlzb78ivxr25x-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); | ^