Debian Patches
Status for marsshooter/0.7.6-9
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
man-page.patch | man page | Markus Koschany <apo@debian.org> | yes | 2016-01-10 | ||
desktop-file.patch | desktop file Make KDE users happy. |
Markus Koschany <apo@debian.org> | no | debian | 2018-07-29 | |
avoid-crash-because-of-missing-return-statement.patch | Avoid crash because of missing return statement. | =?utf-8?q?Bernhard_=C3=9Cbelacker?= <bernhardu@mailbox.org> | no | 2019-05-28 | ||
gcc11.patch | gcc11 | Markus Koschany <apo@debian.org> | no | 2021-10-13 | ||
replace-gcc-array-extension-with-stdvector.patch | Lukas Dürrenberger <eXpl0it3r@my-gate.net> | no | upstream, https://github.com/thelaui/M.A.R.S./commit/fe07fa2e9b26f4ee86100823403b8c5c988a72c2 | |||
fix-config-file-parsing-heap-corruption.patch | Fix config file parsing heap corruption . - Either this was just always silently failing or the compilers somehow dealt with large `char` types - Converting from single byte char to UTF32 requires four times as much space, thus the output needs to be that size - Parser now also better deals with comments and empty lines |
Lukas Dürrenberger <eXpl0it3r@my-gate.net> | no | upstream, https://github.com/thelaui/M.A.R.S./commit/a8a3f86b8b7ade5cae9fbf9c8b3839c7f0b312d0 | ||
fix-fribidi-output-size.patch | Use correct output size for fribidi_unicode_to_charset The fribidi_unicode_to_charset writes a null terminating byte to the output string, so the output buffer needs to be one more than the size needed for the actual characters. |
James Cowgill <jcowgill@debian.org> | no | |||
sfml3.patch | Port to SFML 3 | James Cowgill <jcowgill@debian.org> | yes |