Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
oggThumb-zero-getopt-long.patch | zero terminate getopt_long() argument Avoid crash on unknown command line arguments by making sure the array passed to getopt_long is null terminated. =================================================================== |
Petter Reinholdtsen <pere@hungry.com> | no | debian | 2014-10-22 | |
mayhem-crash-oggjoin.patch | Avoid crashing in oggjoin on bogus input diff --git a/src/main/oggBOSExtractorFactory.cpp b/src/main/oggBOSExtractorFactory.cpp index 8bee556..7929e8e 100644 |
Petter Reinholdtsen <pere@hungry.com> | no | debian | 2014-10-22 | |
manual-typos.patch | fix typos in manual pages typos discovered by lintian. =================================================================== |
Petter Reinholdtsen <pere@hungry.com> | no | 2014-10-22 | ||
more-compiler-warnings.patch | enable more warnings from the compiler Ask the compiler to help us find bugs in the code. When all warnings are cleaned up, it is time to use -Werror to keep it that way. =================================================================== |
Petter Reinholdtsen <pere@hungry.com> | no | 2015-09-23 | ||
init-for-valgrind.patch | Initialize TheoraStreamParameter::colorspace. Avoid warning from valgrind about making decisions based on uninitialized values by making sure to initialize TheoraStreamParameter::colorspace to unspecified when creating a new object. |
Petter Reinholdtsen <pere@hungry.com> | no | 2016-05-24 | ||
import-cstring.patch | no |