From 9bb648f9843f0cb771b4222d044050100d94e185 Mon Sep 17 00:00:00 2001 From: DURAND Malo Date: Thu, 2 May 2024 04:21:41 +0200 Subject: [PATCH] changing readme for valgrind' section --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 97d9947..1ba574b 100644 --- a/README.md +++ b/README.md @@ -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` :