diff options
| author | Kurt Jaeger <pi@FreeBSD.org> | 2016-01-30 15:32:45 +0000 |
|---|---|---|
| committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-01-30 15:32:45 +0000 |
| commit | ab29b04d6d66841fcd96daab292eb580c30c3150 (patch) | |
| tree | 6e4caeadd75852a6d2520f767a6d8d5ffbfbdc52 /devel/radare2/files/patch-CVE-2015-2331 | |
| parent | devel/newt: Document ncurses requirement, fix LDFLAGS (diff) | |
devel/radare2: 0.9.8 -> 0.9.9
Changes:
http://radare.today/posts/radare-0-9-9/
PR: 205996
Submitted by: oleksii.tsai@gmail.com
Approved by: torres.73a@gmail.com (maintainer timeout)
Notes
Notes:
svn path=/head/; revision=407531
Diffstat (limited to 'devel/radare2/files/patch-CVE-2015-2331')
| -rw-r--r-- | devel/radare2/files/patch-CVE-2015-2331 | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/devel/radare2/files/patch-CVE-2015-2331 b/devel/radare2/files/patch-CVE-2015-2331 index 14174096793c..cb96d44f76e9 100644 --- a/devel/radare2/files/patch-CVE-2015-2331 +++ b/devel/radare2/files/patch-CVE-2015-2331 @@ -3,10 +3,17 @@ user: Thomas Klausner <tk@giga.or.at> date: Sat Mar 21 12:28:42 2015 +0100 summary: Avoid integer overflow. Addresses CVE-2015-2331. -diff --git a/lib/zip_dirent.c b/lib/zip_dirent.c ---- shlr/zip/zip/zip_dirent.c +--- shlr/zip/zip/zip_dirent.c.orig 2014-12-03 21:56:31 UTC +++ shlr/zip/zip/zip_dirent.c -@@ -110,7 +110,7 @@ _zip_cdir_new(zip_uint64_t nentry, struc +@@ -35,6 +35,7 @@ + + #include <stdio.h> + #include <stdlib.h> ++#include <stdint.h> + #include <string.h> + #include <errno.h> + #include <sys/types.h> +@@ -110,7 +111,7 @@ _zip_cdir_new(zip_uint64_t nentry, struc if (nentry == 0) cd->entry = NULL; |
