• Andrew Price's avatar
    Fix two buffer overflows · abc00bd1
    Andrew Price authored
    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
    abc00bd1