Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0002_mplayer_debug_printf.patch | in case of crash, suggest installing package mplayer-dbgsym for debugging symbols | Reinhard Tartler <siretart@tauware.de> | not-needed | |||
0100_svn37857_CVE-2016-4352.patch | Validate image size in demux_gif Fixes crash with -vo null and overflow.gif Reported by Gustavo Grieco |
no | debian | upstream, commit:37857 | ||
0201_PATH_MAX_HURD.patch | Fix FTBFS in GNU/Hurd. - PATH_MAX does not have to be defined and is not define in GNU/Hurd. - O_NDELAY is deprecated and not defined in Hurd unless _BSD_SOURCE is defined. . Hardcoding PATH_MAX is ugly but if it's not defined then "anything" is a valid limit as long as it does not break malloc. It would be better if it used dynamically allocated memory instead of 4096 but someone can provide an improved patch for that. |
Miguel A. Colón Vélez <debian.micove@gmail.com> | invalid | 2016-05-25 | ||
0202_glibc-2.27.patch | Fix FTBFS with glibc 2.27 on i386 cpudetect.c uses the non-standard "struct sigcontext" in its SIGILL handler. As of glibc 2.27, this is not defined in strict standards compliant mode. . Fix by defining _GNU_SOURCE in cpudetect.c. |
James Cowgill <jcowgill@debian.org> | yes | debian upstream | ||
0203_generic-arch-fallback.patch | Fallback to the "generic" architecture if cpu detection fails Should fix FTBFS on m68k and riscv. | James Cowgill <jcowgill@debian.org> | yes | debian upstream | ||
0204_fix-ftbfs-jack-ffmpeg7.patch | [PATCH] ao jack: Switch from AVFifoBuffer to AVFifo Removed from lavu on major bump to 59 |
Alexander Strasser <eclipse7@gmx.net> | no | 2024-04-03 |