nixpkgs/pkgs/applications/emulators/zsnes
Sergei Trofimovich b867bc357a zsnes: amend fortify3 patch and fix initialization
I was too eager fixing out-of-bounds access and did not notice that
loop increment is `+= 4` instead of `+= 1`. The loop condition was fine
as is.
2023-11-02 14:58:13 +00:00
..
2.x.nix
default.nix zsnes: fix buffer size marking to avoid crash on _FORTIFY_SOURCE=3 2023-11-02 12:40:33 +00:00
fortify3.patch zsnes: amend fortify3 patch and fix initialization 2023-11-02 14:58:13 +00:00
zlib-1.3.patch zsnes: fix build against zlib-1.3 2023-10-25 22:49:52 +01:00