You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
16ebae8 Handle fork(2) failures (Vasil Dimov)
Pull request description:
Generate() and SpawnProcess() call fork(2) but did not check if it
failed (return -1) and continued execution with possible unexpected
results.
Handle fork(2) failure by throwing an exception.
ACKs for top commit:
ryanofsky:
Tested ACK 16ebae8. Thanks for catching this, and also fixing more missing includes
Tree-SHA512: 72c9a6842772207e8617b7bfa69c2be3cde4888d1225391ee287510f0c5558ba5099369080a2dc638c2486161f21720f15f49477f897da5578ad8461a663489b
0 commit comments