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 first noticed this problem a few years ago when this code was introduced and it broke the pastebin plugin of my editor. I changed the plugin to strip away the \0 byte, so maybe it is now a feature, and not a bug :)
The text was updated successfully, but these errors were encountered:
i think the null byte is intended behavior, as far as a termbin.com "protocol" goes, the null byte means "end of transmission, you can stop select()'ing now, there's no more data", i do like
fiche/fiche.c
Lines 661 to 665 in 4bba916
I first noticed this problem a few years ago when this code was introduced and it broke the pastebin plugin of my editor. I changed the plugin to strip away the \0 byte, so maybe it is now a feature, and not a bug :)
The text was updated successfully, but these errors were encountered: