summaryrefslogtreecommitdiff
path: root/user/libid3tag/CVE-2008-2109.patch
diff options
context:
space:
mode:
authorMax Rees <maxcrees@me.com>2019-08-04 02:28:57 -0500
committerMax Rees <maxcrees@me.com>2019-08-04 02:28:57 -0500
commitf66041941e3b1ab8ec01bad5b41717f75c65c8db (patch)
tree3bebce46e89218789ac81321d6334c383d579886 /user/libid3tag/CVE-2008-2109.patch
parentaa1a18ae17509f67feccf03066c61f3266a44ece (diff)
downloadpackages-f66041941e3b1ab8ec01bad5b41717f75c65c8db.tar.gz
packages-f66041941e3b1ab8ec01bad5b41717f75c65c8db.tar.bz2
packages-f66041941e3b1ab8ec01bad5b41717f75c65c8db.tar.xz
packages-f66041941e3b1ab8ec01bad5b41717f75c65c8db.zip
user/libid3tag: CVE-2017-11550, change fix for CVE-2008-2109 (#126)
Diffstat (limited to 'user/libid3tag/CVE-2008-2109.patch')
-rw-r--r--user/libid3tag/CVE-2008-2109.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/user/libid3tag/CVE-2008-2109.patch b/user/libid3tag/CVE-2008-2109.patch
deleted file mode 100644
index 6226d14af..000000000
--- a/user/libid3tag/CVE-2008-2109.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/field.c.orig 2008-05-05 09:49:15.000000000 -0400
-+++ b/field.c 2008-05-05 09:49:25.000000000 -0400
-@@ -291,7 +291,7 @@
-
- end = *ptr + length;
-
-- while (end - *ptr > 0) {
-+ while (end - *ptr > 0 && **ptr != '\0') {
- ucs4 = id3_parse_string(ptr, end - *ptr, *encoding, 0);
- if (ucs4 == 0)
- goto fail;