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
Allow calls to descriptor_table_update() to initialize descriptor table (#626)
This was breaking reads/writes to stdin/stdout/stderr.
Also check return values from init_{stdin, stdout, stderr}, although
this may not help much since the return values from printf()/etc. aren't
usually checked.
0 commit comments