CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/11/19 06:35:41
Modified files:
usr.bin/tmux : cmd-pipe-pane.c control-notify.c format.c
input.c job.c server-client.c tty.c window.c
Log message:
evbuffer_new and bufferevent_new can both fail (when malloc fails) and
return NULL. GitHub issue 1547.
