ximaz/Valgrind Checker

Check for memory leaks, poorly managed or even not managed memory, and unclosed file descriptors.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
binary_argsThe args to pass to the binary once started (string format)no
binary_pathThe binary to run Valgrind overyes
ld_library_pathCustom library path (for dymanic locally-compiled libraries)no
redzone_sizeValgrind's padding blocks protection (redzone) in bytesno16
track_file_descriptorsWhether or not to track file descriptors (true or false)notrue
treat_error_as_warningThe workflow won't exit as error, and error annotations will be replaced by warningsnofalse
valgrind_suppressionsString containing Valgrind suppressions (will be put inside a suppressions file)no
verboseAsking Valgrind to be verbosenofalse
timeoutLimit running time of the binaryno0

no outputs