CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2022/04/22 09:50:07
Modified files: usr.bin/vi/cl : cl_term.c Log message: Check tkp->output != NULL before taking strlen for both command mappings and input mappings. This adds a missing check for command mappings and simplifies the input mappings. ok millert