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
Currently, we use dup to get another file descriptor referring to stdin/stdout/stderr. We should probably hard-code a unlikely-to-be-used fd and call dup2 instead, since this breaks client transparency.
The text was updated successfully, but these errors were encountered:
Currently, we use
dup
to get another file descriptor referring to stdin/stdout/stderr. We should probably hard-code a unlikely-to-be-used fd and calldup2
instead, since this breaks client transparency.The text was updated successfully, but these errors were encountered: