Manderby / NALib

General purpose C sourcecode collection
http://manderc.com/apps/nalib/index_en.php
The Unlicense
20 stars 5 forks source link

Crash tests on Mac sometimes don't crash #26

Closed Manderby closed 3 years ago

Manderby commented 3 years ago

Probably linked to #25.

Manderby commented 3 years ago

Solved. Issue was that the argument string was created concurrently in the forked child which caused the memory manager to fail.