]> 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 13:06:52 +0000 (14:06 +0100)
commitd3b4e080c8d072aea32b9caa83622d9a774bb694
tree6d0f6bfbb87a16c9d46bf0baebc8132bf1be2723
parentcd329b8795181f8d85f6a0b5823c66ea0f351ae9
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)

(cherry picked from commit b3161bd9a9329be3d6bf6b29a06835e2721898bb)
crypto/core_namemap.c