1
0
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:
Dirk Meyer 2011-09-03 16:23:17 +00:00
parent 741cce9856
commit 61a33922a3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=281103
2 changed files with 12 additions and 1 deletions

View File

@ -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

View 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: