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
I found a bug in Toybox 0.8.11 on a CalyxOS device. nc appears to require something on its stdin, or it will terminate after a random amount of time/data. This can be problematic inside scripts or SSH sessions where stdin is not available or redirected from /dev/null.
Hey,
I found a bug in Toybox 0.8.11 on a CalyxOS device.
nc
appears to require something on its stdin, or it will terminate after a random amount of time/data. This can be problematic inside scripts or SSH sessions where stdin is not available or redirected from /dev/null.Reproducer:
reads all of the 10M bytes (if run in an interactive shell!)
nc terminates after reading 0 to a few thousand bytes
Thanks!
The text was updated successfully, but these errors were encountered: