[PATCH] cookie: remove unnecessary struct fields
authorDaniel Stenberg <daniel@haxx.se>
Thu, 14 Sep 2023 21:28:32 +0000 (23:28 +0200)
committerSamuel Henrique <samueloph@debian.org>
Fri, 8 May 2026 14:16:21 +0000 (07:16 -0700)
commitf26d5ed45e190cda0e38ff4e3b2d738e291a24e3
tree2dfaddc4764fc3930ed9e4dd9fbdd6cf6213c586
parent47756f398ee0928cc1ed08cdddb0e54bbffcc1c4
[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