Thanks for noticing this issue.

+  if (line == pop_error && strlen (line) < sizeof (pop_error) - 5)

That code is a horrible kludge.  It would be better to copy the string
to a temporary buffer and add the \r\n there.  You could allocate it
with alloca.  That is clean, and you could do it unconditionally.

This may as well be fixed now--why wait?


_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

Reply via email to