summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-11-28 17:53:26 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-11-28 17:53:26 (GMT)
commit1988c38a5fe907b7d58f32370bc8603d7c3ed6bc (patch)
tree1eee42832252e11b69dcc70f50b17f6baa05c962
parent94759f627f8a7a462a2e4ea813dcf5b642191d58 (diff)
downloadtk-1988c38a5fe907b7d58f32370bc8603d7c3ed6bc.zip
tk-1988c38a5fe907b7d58f32370bc8603d7c3ed6bc.tar.gz
tk-1988c38a5fe907b7d58f32370bc8603d7c3ed6bc.tar.bz2
Fix [900f23c6a8]: Potential problem in PNG parser
-rw-r--r--generic/tkImgPNG.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkImgPNG.c b/generic/tkImgPNG.c
index 86e2748..83406d9 100644
--- a/generic/tkImgPNG.c
+++ b/generic/tkImgPNG.c
@@ -457,7 +457,7 @@ ReadBase64(
0x83, 0x83, 0x83, 0x83, 0x83, 0x83, 0x83, 0x83, 0x83, 0x83, 0x83,
0x83, 0x83, 0x83, 0x83, 0x83, 0x83, 0x83, 0x83, 0x83, 0x83, 0x83,
0x83, 0x83, 0x83, 0x83, 0x83, 0x83, 0x83, 0x83, 0x83, 0x83, 0x83,
- 0x83, 0x83
+ 0x83, 0x83, 0x83
};
/*