1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00

Fix CVE-2015-3885.

PR:		200200
Submitted by:	maintainer
Reported by:	Sevan Janiyan
Tested by:	Jason Unovitch
Security:	57325ecf-facc-11e4-968f-b888e347c638
Security:	CVE-2015-3885
MFH:		2015Q2
This commit is contained in:
Xin LI 2015-06-01 07:29:02 +00:00
parent 26f1835cc0
commit 9a8324cb89
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=388205
2 changed files with 13 additions and 0 deletions

View File

@ -2,6 +2,7 @@
PORTNAME= kodi
DISTVERSION= 14.2
PORTREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= https://codeload.github.com/xbmc/xbmc/tar.gz/${DISTVERSION}-Helix?dummy=/ \
GH:ffmpeg

View File

@ -0,0 +1,12 @@
--- lib/cximage-6.0/raw/dcraw.c.orig 2015-03-26 18:25:20 UTC
+++ lib/cximage-6.0/raw/dcraw.c
@@ -820,7 +820,8 @@ struct jhead {
int CLASS ljpeg_start (struct jhead *jh, int info_only)
{
- int c, tag, len;
+ int c, tag;
+ ushort len;
uchar data[0x10000], *dp;
init_decoder();