- zlib prior to 1.2.3 improperly handled invalid data streams which could lead a denial of service or arbitrary code execution. Tavis Ormandy CAN-2005-2096

This commit is contained in:
Ned Ludd 2005-07-29 02:36:31 +00:00
parent da163069d8
commit 2ade59720b
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
# zlib
#
#############################################################
ZLIB_VER=1.2.2
ZLIB_VER=1.2.3
ZLIB_SOURCE=zlib-$(ZLIB_VER).tar.bz2
ZLIB_SITE=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/libpng
ZLIB_DIR=$(BUILD_DIR)/zlib-$(ZLIB_VER)