CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/04/17 07:50:01
Modified files:
lib/libcrypto/ec: ec_ameth.c
Log message:
Transfer ownership before setting unused bits
This looks like a use after free, but setting the unused bits to 0
can't actually fail.
ok jsing
