33
44
55If your question is not there, please check the zlib home page
6- http ://zlib.net/ which may have more recent information.
7- The latest zlib FAQ is at http ://zlib.net/zlib_faq.html
6+ https ://zlib.net/ which may have more recent information.
7+ The latest zlib FAQ is at https ://zlib.net/zlib_faq.html
88
99
1010 1. Is zlib Y2K-compliant?
@@ -38,7 +38,7 @@ The latest zlib FAQ is at http://zlib.net/zlib_faq.html
3838 made with more input or output space. A Z_BUF_ERROR may in fact be
3939 unavoidable depending on how the functions are used, since it is not
4040 possible to tell whether or not there is more output pending when
41- strm.avail_out returns with zero. See http ://zlib.net/zlib_how.html for a
41+ strm.avail_out returns with zero. See https ://zlib.net/zlib_how.html for a
4242 heavily annotated example.
4343
4444 6. Where's the zlib documentation (man pages, etc.)?
@@ -109,8 +109,8 @@ The latest zlib FAQ is at http://zlib.net/zlib_faq.html
109109
11011016. Can zlib decode Flate data in an Adobe PDF file?
111111
112- Yes. See http ://www.pdflib.com/ . To modify PDF forms, see
113- http ://sourceforge.net/projects/acroformtool/ .
112+ Yes. See https ://www.pdflib.com/ . To modify PDF forms, see
113+ https ://sourceforge.net/projects/acroformtool/ .
114114
11511517. Why am I getting this "register_frame_info not found" error on Solaris?
116116
@@ -235,7 +235,7 @@ The latest zlib FAQ is at http://zlib.net/zlib_faq.html
235235 As far as we know, no. In fact, that was originally the whole point behind
236236 zlib. Look here for some more information:
237237
238- http ://www.gzip.org/#faq11
238+ https ://www.gzip.org/
239239
24024032. Can zlib work with greater than 4 GB of data?
241241
@@ -271,7 +271,7 @@ The latest zlib FAQ is at http://zlib.net/zlib_faq.html
271271 If you don't have snprintf() or vsnprintf() and would like one, you can
272272 find a portable implementation here:
273273
274- http ://www.ijs.si/software/snprintf/
274+ https ://www.ijs.si/software/snprintf/
275275
276276 Note that you should be using the most recent version of zlib. Versions
277277 1.1.3 and before were subject to a double-free vulnerability, and versions
@@ -283,7 +283,7 @@ The latest zlib FAQ is at http://zlib.net/zlib_faq.html
283283 Probably what you want is to use zlib in Java. zlib is already included
284284 as part of the Java SDK in the java.util.zip package. If you really want
285285 a version of zlib written in the Java language, look on the zlib home
286- page for links: http ://zlib.net/ .
286+ page for links: https ://zlib.net/ .
287287
28828835. I get this or that compiler or source-code scanner warning when I crank it
289289 up to maximally-pedantic. Can't you guys write proper code?
@@ -314,7 +314,7 @@ The latest zlib FAQ is at http://zlib.net/zlib_faq.html
314314
315315 zlib doesn't support encryption. The original PKZIP encryption is very
316316 weak and can be broken with freely available programs. To get strong
317- encryption, use GnuPG, http ://www.gnupg.org/ , which already includes zlib
317+ encryption, use GnuPG, https ://www.gnupg.org/ , which already includes zlib
318318 compression. For PKZIP compatible "encryption", look at
319319 http://www.info-zip.org/
320320
0 commit comments