Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
gcc10.patch | fix FTBFS with GCC 10 | Étienne Mollier <etienne.mollier@mailoo.org> | no | debian | 2020-07-22 | |
hardening.patch | Propagate hardening options | Andreas Tille <tille@debian.org> | no | 2018-07-04 | ||
arm64.patch | run autopkgstest on arm64 This patch explicitly sets some generic "char" to "signed char". By default, "char" are "signed" on common architectures such as amd64, but on arm64, "char" are "unsigned". This leads to underflow issues, manifesting themselves as either segmentation faults, or infinite loops. |
Étienne Mollier <etienne.mollier@mailoo.org> | no | debian | 2020-09-20 | |
integer_overflow.patch | Catch potential integer overflow to buffer overflow | Andreas Tille <tille@debian.org> | no | debian | 2024-12-03 |