rust/library
Tomasz Miąsko 6cd5506897 Check for errors returned from posix_spawn*_init functions
The posix_spawnattr_init & posix_spawn_file_actions_init might fail,
but their return code is not checked.

Check for non-zero return code and destroy only succesfully initialized
objects.
2020-10-08 23:53:15 +02:00
..
2020-10-07 19:51:36 -04:00
2020-10-01 13:06:22 -04:00