mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 21:36:00 +03:00
5 lines
100 B
Bash
Executable File
5 lines
100 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
valgrind --tool=massif
|
|
valgrind --show-leak-kinds=all --leak-check=full ./test
|