mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-23 00:30:02 +01:00
Fix compat interactive test to run with valgrind too.
This commit is contained in:
@@ -5,7 +5,7 @@ MALLOC="--malloc-fill=aa"
|
||||
FREE="--free-fill=21"
|
||||
STACK="--max-stackframe=300000"
|
||||
EXTRAS="--read-var-info=yes --show-reachable=yes"
|
||||
LOGFILE="--log-file=./valglog.$(date +%s)_${INFOSTRING}"
|
||||
LOGFILE="--log-file=./valglog.$(date +%H:%M:%S:%N)_${INFOSTRING}"
|
||||
LEAKCHECK="--leak-check=full --track-origins=yes"
|
||||
|
||||
exec valgrind $SUP $GETSUP $CHILD $MALLOC $FREE $STACK $EXTRAS $LOGFILE $LEAKCHECK "$@"
|
||||
|
||||
Reference in New Issue
Block a user