[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>
Sat, 19 Jul 2025 19:04:59 +0000 (21:04 +0200)
commit2cb0a7be3dda9eb483ee1f7b761d3486a0676f6c
tree04da2cb76dd92e4be9a378402114a59e9196d312
parent71764b893f95880fb2767e9b60ced9774229a47d
[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