Skip to content

Releases: Ximaz/valgrind-action

Release v1.2.0

05 May 15:38
Compare
Choose a tag to compare

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

04 May 23:53
Compare
Choose a tag to compare

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

04 May 23:48
Compare
Choose a tag to compare

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

04 May 23:29
Compare
Choose a tag to compare

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.