1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-03-07 02:26:05 +00:00
hashcat/deps
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
..
LZMA-SDK perform dos2unix for all LZMA SDK files 2023-05-17 19:03:13 +02:00
OpenCL-Headers Dependencies: Updated OpenCL-Headers to v2023.04.17 2023-05-09 18:48:51 +02:00
unrar update to latest version of unrar source and update changes.txt 2023-05-20 00:04:32 +02:00
xxHash Dependencies: Updated xxHash from 0.1.0 to v0.8.0 - Stable XXH3 2021-05-16 09:51:17 +02:00
zlib Remove offset pointer optimization in inftrees.c. 2025-02-16 23:35:47 +08:00