No description
Find a file
Khaïs COLIN 73a64b2ec3
fix potential memory leak in cmdlist_from_wordlist
This leak would happen if the alocation of the builder fails. In that case, we
don't free our copy of the wordlist
2025-03-28 14:50:37 +01:00
libft debug: remove *alloc/free debug information 2025-03-10 13:22:29 +00:00
src fix potential memory leak in cmdlist_from_wordlist 2025-03-28 14:50:37 +01:00
tests refactor cmdlist.num_cmds -> cmdlist.num_cmd to be more consistent 2025-03-28 14:50:37 +01:00
.gitignore tests: implement a better integration test framework than shellspec 2025-03-28 14:50:37 +01:00
.valgrindrc valgrind: suppress readline still reachable leaks 2025-02-07 15:29:43 +01:00
interesting_tests.md Expansion : text replacement in a string 2025-03-21 10:04:25 +01:00
Makefile redirection parsing: parse redirections for cmdgroup 2025-03-28 14:50:37 +01:00
NOTES.md cmdlist: use new architecture (STUB) 2025-03-28 14:50:37 +01:00
readline.supp valgrind: suppress readline still reachable leaks 2025-02-07 15:29:43 +01:00
test.sh inttests: exit with number of failed test as exit code 2025-03-28 14:50:37 +01:00