diff --git a/libjpeg-turbo-CVE-2013-6629.patch b/libjpeg-turbo-CVE-2013-6629.patch deleted file mode 100644 index 1ee5fbe..0000000 --- a/libjpeg-turbo-CVE-2013-6629.patch +++ /dev/null @@ -1,17 +0,0 @@ -diff --git a/jdmarker.c b/jdmarker.c -index 77f7274..7b4c12d 100644 ---- a/jdmarker.c -+++ b/jdmarker.c -@@ -348,6 +348,12 @@ get_sos (j_decompress_ptr cinfo) - - TRACEMS3(cinfo, 1, JTRC_SOS_COMPONENT, cc, - compptr->dc_tbl_no, compptr->ac_tbl_no); -+ -+ /* This CSi (cc) should differ from the previous CSi */ -+ for (ci = 0; ci < i; ci++) { -+ if (cinfo->cur_comp_info[ci] == compptr) -+ ERREXIT1(cinfo, JERR_BAD_COMPONENT_ID, cc); -+ } - } - - /* Collect the additional scan parameters Ss, Se, Ah/Al. */ diff --git a/libjpeg-turbo-CVE-2013-6630.patch b/libjpeg-turbo-CVE-2013-6630.patch deleted file mode 100644 index a398278..0000000 --- a/libjpeg-turbo-CVE-2013-6630.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/jdmarker.c b/jdmarker.c -index 7b4c12d..381835b 100644 ---- a/jdmarker.c -+++ b/jdmarker.c -@@ -471,6 +471,7 @@ get_dht (j_decompress_ptr cinfo) - for (i = 0; i < count; i++) - INPUT_BYTE(cinfo, huffval[i], return FALSE); - -+ MEMZERO(&huffval[count], (256 - count) * SIZEOF(UINT8)); - length -= count; - - if (index & 0x10) { /* AC table definition */