[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>
Thu, 5 Oct 2023 21:26:40 +0000 (22:26 +0100)
commit905d0fec54d23f42489cd44ce69a0b319e34d7c7
treeab3509c0eaf702dcf43445dc6d25e9a7abb41618
parent9489b6ceac6e714f8e885fdd733fb8cdedaf2ca7
[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

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