1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-03-09 11:46:06 +00:00
Commit Graph

4 Commits

Author SHA1 Message Date
Su Yindu
e9268e9c35 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-16 23:35:47 +08:00
gogolovefish
4dc1b2b0cd
Update gzlog.c
fix memory leak
2023-08-11 11:46:19 +08:00
wanhui
62f80e798e fix Resource leak 2023-06-30 09:24:17 +08:00
philsmd
0c8768c520
add the zlib 1.2.11 source code to the dependencies 2019-05-07 15:18:49 +02:00