summaryrefslogtreecommitdiffstats
path: root/abs/core/libdvdnav/fix-crash-describe_title.patch
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2018-12-29 22:31:57 (GMT)
committerBritney Fransen <brfransen@gmail.com>2018-12-29 22:31:57 (GMT)
commit736dbd2eadc1189248711c6ba4daab907708c772 (patch)
tree9270a2394f799983cd3299342728bcd51211df14 /abs/core/libdvdnav/fix-crash-describe_title.patch
parent99165c68193f29780a40b7f808cd66cd96f1618a (diff)
downloadlinhes_pkgbuild-736dbd2eadc1189248711c6ba4daab907708c772.zip
linhes_pkgbuild-736dbd2eadc1189248711c6ba4daab907708c772.tar.gz
linhes_pkgbuild-736dbd2eadc1189248711c6ba4daab907708c772.tar.bz2
libdvdnav: update to 6.0.0. closes #1030
Diffstat (limited to 'abs/core/libdvdnav/fix-crash-describe_title.patch')
-rw-r--r--abs/core/libdvdnav/fix-crash-describe_title.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/abs/core/libdvdnav/fix-crash-describe_title.patch b/abs/core/libdvdnav/fix-crash-describe_title.patch
deleted file mode 100644
index 1c07336..0000000
--- a/abs/core/libdvdnav/fix-crash-describe_title.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From 8a270d6dd40ac43c98c948fe9d10e5bcb4aa3d41 Mon Sep 17 00:00:00 2001
-From: Jean-Baptiste Kempf <jb@videolan.org>
-Date: Tue, 1 Sep 2015 16:00:59 +0200
-Subject: [PATCH] Fix crashes with some DVDs on describe_title
-
-This is a stop-over, but the actual issue is not fixed
----
- src/searching.c | 5 +++++
- 1 file changed, 5 insertions(+)
-
-diff --git a/src/searching.c b/src/searching.c
-index 70c0f85..f638b61 100644
---- a/src/searching.c
-+++ b/src/searching.c
-@@ -644,6 +644,11 @@ uint32_t dvdnav_describe_title_chapters(dvdnav_t *this, int32_t title, uint64_t
- if(!tmp)
- goto fail;
-
-+ if(!ptt) {
-+ printerr("ptt NULL");
-+ goto fail;
-+ }
-+
- length = 0;
- for(i=0; i<parts; i++) {
- uint32_t cellnr, endcellnr;
---
-1.7.10.4
-