libwebsockets/win32port
Mark Adler 3f7c79fd57 win32port: zlib: upstream bugfix patch on inftrees.c
From 6a043145ca6e9c55184013841a67b2fef87e44c0 Mon Sep 17 00:00:00 2001
Subject: [PATCH] Remove offset pointer optimization in inftrees.c.

inftrees.c was subtracting an offset from a pointer to an array,
in order to provide a pointer that allowed indexing starting at
the offset. This is not compliant with the C standard, for which
the behavior of a pointer decremented before its allocated memory
is undefined. Per the recommendation of a security audit of the
zlib code by Trail of Bits and TrustInSoft, in support of the
Mozilla Foundation, this tiny optimization was removed, in order
to avoid the possibility of undefined behavior.
2025-02-24 12:41:19 +00:00
..
dirent windows: import tronkko's dirent.h 2020-04-08 11:26:53 +01:00
win32helpers mingw: libevent build fixes 2020-11-28 10:58:38 +00:00
zlib win32port: zlib: upstream bugfix patch on inftrees.c 2025-02-24 12:41:19 +00:00
libwebsockets.nsi libwebsockets.org url updates 2016-02-21 10:42:46 +08:00
version.rc.in CTest: migrate and deprecate existing selftest scripts 2020-05-11 15:40:13 +01:00