mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-12 03:00:26 +09:00
tests(pki): add torture tests for pki_sk functions
Signed-off-by: Praneeth Sarode <praneethsarode@gmail.com> Reviewed-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Eshan Kelkar <eshankelkar@galorithm.com>
This commit is contained in:
@@ -1 +1,6 @@
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user