Skip to content

Commit

Permalink
changing readme for valgrind' section
Browse files Browse the repository at this point in the history
  • Loading branch information
Ximaz committed May 2, 2024
1 parent 28c2b58 commit 9bb648f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ the tests and the actual implementations, are not leaking at all. Valgrind will
look for :
- unfree'd memory,
- unclosed file descriptor,
- bad memory management inside `fork()` children
- invalid read/writes (soon)
- unconditionnal jumps (soon)
- bad memory management inside `fork()` children,
- invalid read/writes,
- conditionnal jumps or move depends on uninitialised value(s)

## `mirror-commits` :

Expand Down

0 comments on commit 9bb648f

Please sign in to comment.