diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2016-02-09 22:46:58 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2016-02-09 22:46:58 +0000 |
commit | 667ae541342d47635fbe7b6069c3832a4def753d (patch) | |
tree | 737153b7c93b4588e86f97fc06805f416f53beda /archivers/unarj/files/patch-00-over-unarj.c | |
parent | Fix when using rrdtool 1.5+ (diff) |
- Update port description
- Tidy up patches
Notes
Notes:
svn path=/head/; revision=408602
Diffstat (limited to '')
-rw-r--r-- | archivers/unarj/files/patch-CVE-2004-0947 (renamed from archivers/unarj/files/patch-00-over-unarj.c) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/unarj/files/patch-00-over-unarj.c b/archivers/unarj/files/patch-CVE-2004-0947 index 3a9426f21932..b66db317b198 100644 --- a/archivers/unarj/files/patch-00-over-unarj.c +++ b/archivers/unarj/files/patch-CVE-2004-0947 @@ -1,5 +1,5 @@ ---- unarj-2.65.orig/unarj.c -+++ unarj.c +- Fix buffer overflow problem in filename handling (CAN-2004-0947) +Index: unarj.c @@ -217,7 +217,7 @@ static uchar arj_flags; static short method; static uint file_mode; |