Fix BN_to_ASN1_INTEGER() misuse
authortb <tb@openbsd.org>
Thu, 3 Oct 2024 04:15:52 +0000 (04:15 +0000)
committertb <tb@openbsd.org>
Thu, 3 Oct 2024 04:15:52 +0000 (04:15 +0000)
commitb35ef9c0784fa7c50e1e96b6592e987084445571
treea59389a291600b478b3fc09d531a9de76a06f566
parent7b1bbb1481baf7f73d9f5ef24773942d98c9c320
Fix BN_to_ASN1_INTEGER() misuse

You can either let this API reuse an existing ASN1_INTEGER or you can let
it allocate a new one. If you try to do both at the same time, you'll leak.

ok jsing
lib/libcrypto/ec/ec_asn1.c