EC_KEY_set_private_key stores a *copy* of the provided bignum, thus the
private key here would be kept in memory permanently.
https://docs.huihoo.com/doxygen/openssl/1.0.1c/ec__key_8c.html
Differential D2488
fix a memory leak in test_framework's key.py markblundeberg on Feb 3 2019, 20:38. Authored by
Details
EC_KEY_set_private_key stores a *copy* of the provided bignum, thus the https://docs.huihoo.com/doxygen/openssl/1.0.1c/ec__key_8c.html ran abc-replay-protection.py which uses this code; no problems occur.
Diff Detail
Event Timeline |