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
C library: Avoid arithmetic overflow with pipe operations
We may be trying to access file descriptors that haven't been fully
initialised. Don't yield spurious arithmetic overflows (that are just
caused by our modelling) in such situations.
Fixes: #5570
0 commit comments