Skip to content

Commit c6bfd68

Browse files
authored
Update CMakeLists.txt
updated zlib fix: Reject overflows of zip header fields in minizip Fix bug in inflateSync() for data held in bit buffer Add LIT_MEM define to use more memory for a small deflate speedup Fix decision on the emission of Zip64 end records in minizip Add bounds checking to ERR_MSG() macro, used by zError() Neutralize zip file traversal attacks in miniunz Fix a bug in ZLIB_DEBUG compiles in check_match() Signed-off-by: mosfet80 <[email protected]>
1 parent 0b10b23 commit c6bfd68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rviz_ogre_vendor/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ if(WIN32)
3131

3232
ament_vendor(zlib_vendor
3333
VCS_URL https://github.com/madler/zlib.git
34-
VCS_VERSION v1.3
34+
VCS_VERSION v1.3.1
3535
CMAKE_ARGS
3636
# zlib doesn't use CMAKE_INSTALL_PREFIX correctly, so we need to override
3737
-DINSTALL_BIN_DIR=<INSTALL_DIR>/bin

0 commit comments

Comments
 (0)