aboutsummaryrefslogtreecommitdiff
path: root/FAQ
diff options
context:
space:
mode:
Diffstat (limited to 'FAQ')
-rw-r--r--FAQ4
1 files changed, 2 insertions, 2 deletions
diff --git a/FAQ b/FAQ
index f72cac6..df12668 100644
--- a/FAQ
+++ b/FAQ
@@ -269,9 +269,9 @@ The latest zlib FAQ is at http://zlib.net/zlib_faq.html
269 sprintf() is used by gzprintf(). 269 sprintf() is used by gzprintf().
270 270
271 If you don't have snprintf() or vsnprintf() and would like one, you can 271 If you don't have snprintf() or vsnprintf() and would like one, you can
272 find a portable implementation here: 272 find a good portable implementation in stb_sprintf.h here:
273 273
274 http://www.ijs.si/software/snprintf/ 274 https://github.com/nothings/stb
275 275
276 Note that you should be using the most recent version of zlib. Versions 276 Note that you should be using the most recent version of zlib. Versions
277 1.1.3 and before were subject to a double-free vulnerability, and versions 277 1.1.3 and before were subject to a double-free vulnerability, and versions