CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/11/26 02:59:41
Modified files:
usr.bin/vi/common: delete.c
Log message:
Fix segfault which could be triggered by deleting a backwards sentence if
cursor's current line was blank:
echo "\nfoo" > a && vi a
d(
Same fix applied by rin@NetBSD, via nvi2 project.
OK tom@ martijn@ tb@ millert@
