Skip to content

Check that write() completed successfully in subprocess

Michael Polyntsov requested to merge polyntsov/check_write_return_value into devel

Suppresses the warning found when building with glibc about unchecked return value of write()

Merge request reports