[SCM] libdvdnav/master: Drop 0003-pgcn-bounds.patch (fixed upstream).

bdrung at users.alioth.debian.org bdrung at users.alioth.debian.org
Sat Jan 11 23:45:25 UTC 2014


The following commit has been merged in the master branch:
commit d72ace4e73ed7cd722ddf9f77d463174b8a38964
Author: Benjamin Drung <bdrung at debian.org>
Date:   Sat Jan 11 18:05:22 2014 +0100

    Drop 0003-pgcn-bounds.patch (fixed upstream).

diff --git a/debian/patches/0003-pgcn-bounds.patch b/debian/patches/0003-pgcn-bounds.patch
deleted file mode 100644
index 01f99e7..0000000
--- a/debian/patches/0003-pgcn-bounds.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-Author: Bryce Harrington <bryce at ubuntu.com>
-Description: Check for out-of-bounds values for pgcn.
- Fixes a crash in dvdnav_describe_title_chapters() with vlc, lsdvd, and
- other video players. This occurs with the "Inside Man" DVD.
- (LP: #1094499)
-
-diff -Naurp libdvdnav.orig/src/searching.c libdvdnav/src/searching.c
---- libdvdnav.orig/src/searching.c
-+++ libdvdnav/src/searching.c
-@@ -641,6 +641,11 @@ uint32_t dvdnav_describe_title_chapters(
-   length = 0;
-   for(i=0; i<parts; i++) {
-     uint32_t cellnr, endcellnr;
-+    /* This mimics pgcn checks in ifoRead_VTS_PTT_SRPT() */
-+    if (ptt[i].pgcn > 1000 || ptt[i].pgcn < 0) {
-+      printerr("PGCN out of bounds.");
-+      continue;
-+    }
-     if (ifo->vts_pgcit->pgci_srp[ptt[i].pgcn-1].pgc_start_byte >= ifo->vts_pgcit->last_byte) {
-       printerr("PGC start out of bounds");
-       continue;
diff --git a/debian/patches/series b/debian/patches/series
index b496ae2..ea00e44 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
 0001-inttypes.patch
 0002-hurd.patch
-0003-pgcn-bounds.patch

-- 
libdvdnav packaging



More information about the pkg-multimedia-commits mailing list