Skip to content
Snippets Groups Projects
user avatar
Wojciech Przytuła authored
valgrind complains (and it is probably right) that stack is being
corrupted in deadlock5 and deadlock6. It is due to large arrays being
allocated on stack. This is solved by allocating them in static memory
(BSS region).
6eb36e78
History
Name Last commit Last update