Qian Yun
unread,Oct 19, 2024, 10:22:19 AM10/19/24Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to fricas-devel
First, the buffer "buf" is not reset to '\0's in
each loop, this could cause problem if we want to
support multi-line input someday.
Second, if "session" sends "str1\0" and "str2\0"
consecutively, then "remote_stdio" might get "str1\0str2\0"
as a whole and only print out the fist part.
This can explain a part of the "lines missing when using
fricas through a pipe" bug.
- Qian