mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-04 12:20:42 +09:00
Signed-off-by: Praneeth Sarode <praneethsarode@gmail.com> Reviewed-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Eshan Kelkar <eshankelkar@galorithm.com>
7 lines
290 B
Plaintext
7 lines
290 B
Plaintext
leak:libcrypto.so
|
|
|
|
## sk-dummy.so
|
|
# The sk-dummy.so enroll function allocates 1-byte memory for the signature, but marks the signature length as 0.
|
|
# Since, we use burn_free to free the signature, it skips the freeing because the size is 0, which results in a memory leak.
|
|
leak:sk-dummy.so
|