Handle error return from zygote recvmsg call.
This trips a check far away from the actual issue. The CHECK is too strong and prevents executing the error handling path beneath it. Shuffle a few blocks and comments around so that the flow makes more sense and is easier to read, and initial fork failures are caught earlier. Bug: 835778 Change-Id: I46b960f9fd1095f5fc5224bf9cc80703e8fc325f Reviewed-on: https://chromium-review.googlesource.com/1030876 Commit-Queue: Tom Sepez <tsepez@chromium.org> Reviewed-by:Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#554949}
Showing
Please register or sign in to comment