Bugzilla – Attachment 943 Details for
Bug 1063
Checking for zlib version 1.2.3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to make configure to exit on vulnerable Zlib version
OpenSSH-zlibcheck.patch (text/plain), 897 bytes, created by
senthilkumar
on 2005-07-27 16:43:44 AEST
(
hide
)
Description:
Patch to make configure to exit on vulnerable Zlib version
Filename:
MIME Type:
Creator:
senthilkumar
Created:
2005-07-27 16:43:44 AEST
Size:
897 bytes
patch
obsolete
>--- configure.ac 2005-07-27 11:58:40.000000000 +0530 >+++ configure.ac-fix 2005-07-27 12:03:17.000000000 +0530 >@@ -796,8 +796,8 @@ > if (a == 1 && b == 1 && c >= 4) > exit(0); > >- /* 1.2.1.2 and up are OK */ >- if (v >= 1020102) >+ /* 1.2.3 is OK, 1.2.x series versions 1.2.2 and below are vulnerable*/ >+ if (v >= 1020300) > exit(0); > > exit(2); >@@ -811,7 +811,7 @@ > vendor has fixed these problems without changing the version number. If you > are sure this is the case, you can disable the check by running > "./configure --without-zlib-version-check". >-If you are in doubt, upgrade zlib to version 1.2.1.2 or greater. >+If you are in doubt, upgrade zlib to version 1.2.3. > See http://www.gzip.org/zlib/ for details.]) > else > AC_MSG_WARN([zlib version may have security problems])
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1063
: 943