Vi buffer overflowFrom: KF <dotslash () snosoft com> Date: Tue, 06 Nov 2001 17:22:07 -0500
Not sure how big of a deal either of these are due to the fact that they
are not suid... any thoughts?
# vi `perl -e 'print "A" x 9000'`
Memory fault - core dumped
# du `perl -e 'print "A" x 9000'`
Memory fault - core dumped
# uname -a
SCO_SV scosysv 3.2 5.0.6 i386
-KF