Lind-Project / native_client

native_client trusted code base
BSD 3-Clause "New" or "Revised" License
6 stars 4 forks source link

Fix Sigpipe #159

Closed rennergade closed 7 months ago

rennergade commented 7 months ago

Description

Fixes sigpipe test failing.

Removed a line of code that should have been removed on the mega merge which caused SIGPIPE to make cages exit immediately instead of being able to be handled.

Type of change

How Has This Been Tested?

Test suite

Checklist: