nvi's "memory use after free" bug exists in following call path:
authorMatthew Dillon <dillon@dragonflybsd.org>
Sun, 26 Feb 2006 17:18:06 +0000 (17:18 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sun, 26 Feb 2006 17:18:06 +0000 (17:18 +0000)
commit3e8979e714c6c9be938fc454b7c2a73afcdc29a5
tree5efcdfcbd1e1b24e0bcbfa7225812bd3ddfbc921
parentbc1abac9880d4d1d7690f3c7aabd7ce12ddef624
nvi's "memory use after free" bug exists in following call path:
v_switch()->ex_edit()->set_alt_name().  Patch the bug.

Obtained-from: OpenBSD
Submitted-by: "Sepherosa Ziehau" <sepherosa@gmail.com>
usr.bin/vi/Makefile
usr.bin/vi/patches/v_ex.c.patch [new file with mode: 0644]