CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/04/21 11:50:29
Modified files:
usr.bin/vi/common: key.c
Log message:
v_event_get: check qp->output for NULL before passing to e_memcmp().
Other users of qp->output already include a NULL check.
Avoids a crash when cursor key support is disabled in cl/cl_term.c.
>From Jeremy Mates. OK tb@
