]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fixes #27831: Decreased NAMEMAP_HT_BUCKETS to 512.
authorINDIA\kanagavels <kanagavels@ami.com>
Wed, 18 Jun 2025 13:12:54 +0000 (18:42 +0530)
committerMatt Caswell <matt@openssl.org>
Mon, 30 Jun 2025 10:28:56 +0000 (11:28 +0100)
commitb3161bd9a9329be3d6bf6b29a06835e2721898bb
tree0f3f5b3d321b02537177d6ce67fc872bc4fae515
parentde5a619aa015e7c8648e415975e5e2b722b2cbf7
Fixes #27831: Decreased NAMEMAP_HT_BUCKETS to 512.

Decreased the NAMEMAP_HT_BUCKETS value to 512, to avoid memory
allocation fail issues.

CLA: Trivial

Signed-off-by: Kanagavel S <kanagavels@ami.com>
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27850)
crypto/core_namemap.c