mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
- Security fix for reading GIF images
Security: CVE-2007-5137
This commit is contained in:
parent
741cce9856
commit
61a33922a3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=281103
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= tk
|
||||
PORTVERSION= 8.2.3
|
||||
PORTREVISION= 10
|
||||
PORTREVISION= 11
|
||||
CATEGORIES= x11-toolkits tk
|
||||
MASTER_SITES= ${MASTER_SITE_TCLTK}
|
||||
MASTER_SITE_SUBDIR= tcl8_2
|
||||
|
11
x11-toolkits/tk82/files/patch-tkImgGIF.c
Normal file
11
x11-toolkits/tk82/files/patch-tkImgGIF.c
Normal file
@ -0,0 +1,11 @@
|
||||
--- ../generic/tkImgGIF.c.orig 1999-07-01 02:39:44.000000000 +0200
|
||||
+++ ../generic/tkImgGIF.c 2011-09-03 18:20:45.000000000 +0200
|
||||
@@ -666,7 +666,7 @@
|
||||
ypos += 2; break;
|
||||
}
|
||||
|
||||
- while (ypos >= height) {
|
||||
+ while (ypos >= rows) {
|
||||
++pass;
|
||||
switch (pass) {
|
||||
case 1:
|
Loading…
Reference in New Issue
Block a user