[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:31:47 +0000 (22:31 +0100)
commitfe50aa3fd44b46a0d511f5d1c7c0180bb3b3ecf2
treeb00234d8f16def9aa9ce439a61f6f433ec2159ef
parente074515af24d241020a1c87cb66c117515c6dce2
[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