Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0002-strcpy-avoid-stack-buffer-overflow.patch | strcpy avoid stack buffer overflow apngopt crashes with stack buffer overflow when calling with command line argument longer than 247 bytes. Suggested fix: use strncpy or verify szIn length before copying. Proposed patch: ``` 2372c2372 < strcpy(szOut, szIn); |
David Petek <david.petek@gmail.com> | no | 2020-04-29 | ||
0003-update-Makefile.patch | update Makefile for Hardening and use system library zopfli | xiao sheng wen <atzlinux@sina.com> | not-needed | 2022-07-07 |