ximaz/Valgrind Checker
Check for memory leaks, poorly managed or even not managed memory, and unclosed file descriptors.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| binary_args | The args to pass to the binary once started (string format) | no | — |
| binary_path | The binary to run Valgrind over | yes | — |
| ld_library_path | Custom library path (for dymanic locally-compiled libraries) | no | — |
| redzone_size | Valgrind's padding blocks protection (redzone) in bytes | no | 16 |
| track_file_descriptors | Whether or not to track file descriptors (true or false) | no | true |
| treat_error_as_warning | The workflow won't exit as error, and error annotations will be replaced by warnings | no | false |
| valgrind_suppressions | String containing Valgrind suppressions (will be put inside a suppressions file) | no | — |
| verbose | Asking Valgrind to be verbose | no | false |
| timeout | Limit running time of the binary | no | 0 |
Outputs
no outputs