Releases: Ximaz/valgrind-action
Releases · Ximaz/valgrind-action
Release v1.2.0
Changes :
- You can specify the Valgrind's
redzone_size
- Fixing the documentation about
valgrind_suppressions
, - Improving the description of each inputs in the README,
- Cleaning up the code about Valgrind's rules set inside the bash script,
- Fixing WORKDIR of the Dockerfile
- Fixing how the valgrind script exits.
Release v1.1.1
The README.md is quite ambiguous about the version usage of the action, which led to issues when running a workflow depending on this action. It's now clearer and explicit.
Release v1.1.0
This version fixes an issue which caused the valgrind.sh
not being start because it was not copied correctly inside the Docker image.
Release v1.0.0
This release contains the most basic features and customization. It allows you to check for non-free'd memory, outbounds read/write, invalid free usage, unclosed file descriptor, non-sense values for realloc
, and some more niche checks.