summaryrefslogtreecommitdiff
path: root/package/libmad/patches/patch-layer3_c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-10-16 12:56:56 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-10-16 12:56:56 +0200
commitb8f7ebdccbb4520fb8196976e5378e866cf49f86 (patch)
treefffcc91a20f49c3e90609692bed0cb17d9543aa0 /package/libmad/patches/patch-layer3_c
parent232f2bdaac85236e2a89fde387359dc8d12c6ff0 (diff)
add Debian patches here too
Diffstat (limited to 'package/libmad/patches/patch-layer3_c')
-rw-r--r--package/libmad/patches/patch-layer3_c15
1 files changed, 15 insertions, 0 deletions
diff --git a/package/libmad/patches/patch-layer3_c b/package/libmad/patches/patch-layer3_c
new file mode 100644
index 000000000..d8e4249de
--- /dev/null
+++ b/package/libmad/patches/patch-layer3_c
@@ -0,0 +1,15 @@
+--- libmad-0.15.1b.orig/layer3.c 2004-01-23 10:41:32.000000000 +0100
++++ libmad-0.15.1b/layer3.c 2013-10-16 10:51:25.000000000 +0200
+@@ -2608,6 +2608,12 @@ int mad_layer_III(struct mad_stream *str
+ next_md_begin = 0;
+
+ md_len = si.main_data_begin + frame_space - next_md_begin;
++ if (md_len + MAD_BUFFER_GUARD > MAD_BUFFER_MDLEN)
++ {
++ stream->error = MAD_ERROR_LOSTSYNC;
++ stream->sync = 0;
++ return -1;
++ }
+
+ frame_used = 0;
+