-
- Downloads
Fix (new) potential dereference of NULL (top) pointer in writemsg(), reported
by Deuce. If 'top' is passed in as NULL, assign a blank string constant to it since we dereference top a few places in this function and pass it to putmsg().
Please register or sign in to comment