Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
broken-comment-delimiter.patch | Remove extraneous comment-closing delimiter | Daniel T Chen <crimsun@ubuntu.com> | no | vendor | 2011-08-30 | |
implicit-function-declaration | add missing headers and delcarations Missing #include directives and other prototypes cause build failures and runtime errors, in partuclar on 64 bit architectures. |
Thibaut Paumard <paumard@users.sourceforge.net> | yes | debian | 2011-09-27 | |
format-security | FTBFS with -Werror=format-security Debian started building with -Werror=format-security by default. This causes FTBFS (on purpose) on calls such as "printf(msg)". This patch corrects such calls to "printf("%s", msg)". |
Thibaut Paumard <paumard@users.sourceforge.net> | yes | debian | 2011-09-27 | |
fix-includes | Thibaut Paumard <paumard@users.sourceforge.net> | no | debian | 2012-05-24 |