CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/11/26 10:48:01
Modified files:
usr.bin/vi/common: msg.c
Log message:
fix a possible double-free/NULL deref in msg_print
While there, initialize some variables on unusual paths.
Found by clang static analyzer, ok krw.
