[PATCH] cookie: remove unnecessary struct fields
authorDaniel Stenberg <daniel@haxx.se>
Thu, 14 Sep 2023 21:28:32 +0000 (23:28 +0200)
committerCarlos Henrique Lima Melara <charlesmelara@riseup.net>
Sat, 17 Aug 2024 17:06:29 +0000 (14:06 -0300)
commitc1b47938c66a6dc618d8bb370a4e8d01c838d7f4
tree6ad819b4a5c7a6e8f419ba689654eed580b1462f
parentc70a342e93c91208a56162e13da2b147339756f5
[PATCH] cookie: remove unnecessary struct fields

Plus: reduce the hash table size from 256 to 63. It seems unlikely to
make much of a speed difference for most use cases but saves 1.5KB of
data per instance.

Closes #11862

Backported by: Samuel Henrique <samueloph@debian.org>

Gbp-Pq: Name CVE-2023-38546.patch
lib/cookie.c
lib/cookie.h
lib/easy.c