Fix two buffer overflows
1. incoming_pipe is -1 in idle() when a new user runs mw with autochat 2. When ls() tries to write too many chars into a SUBJECTSIZE+1-char buffer. Fixes #24
Loading
Please sign in to comment
1. incoming_pipe is -1 in idle() when a new user runs mw with autochat 2. When ls() tries to write too many chars into a SUBJECTSIZE+1-char buffer. Fixes #24