mirror of
https://github.com/libgit2/libgit2.git
synced 2026-01-25 02:56:17 +00:00
Exclude leaks in SSLHandshake
This commit is contained in:
@@ -2,5 +2,7 @@
|
||||
export MallocStackLogging=1
|
||||
export MallocScribble=1
|
||||
export MallocLogFile=/dev/null
|
||||
export CLAR_AT_EXIT="leaks -quiet \$PPID"
|
||||
# Exclude known Apple Security framework leak in CryptKit::FEEKeyInfoProvider
|
||||
# which occurs during SSL/TLS handshakes and is not in libgit2's control
|
||||
export CLAR_AT_EXIT="leaks -quiet -exclude SSLHandshake \$PPID"
|
||||
exec "$@"
|
||||
|
||||
Reference in New Issue
Block a user