History log of /netbsd/external/bsd/nvi/dist/ex/ex.c (Results 1 – 7 of 7)
Revision Date Author Comments
# f43c8a1a 22-Nov-2017 rin <rin@NetBSD.org>

Fix backward memcpy in :e +cmd, taken from nvi2 (and OpenBSD):
https://github.com/lichray/nvi2/commit/7ab02500a2d89bc45db383cb3dcd10f3c4301a8c
http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin/vi/

Fix backward memcpy in :e +cmd, taken from nvi2 (and OpenBSD):
https://github.com/lichray/nvi2/commit/7ab02500a2d89bc45db383cb3dcd10f3c4301a8c
http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin/vi/ex/ex.c#rev1.21

show more ...


# db728675 13-Nov-2017 rin <rin@NetBSD.org>

Make sure to cast arguments of ISFOO and TOFOO macros into UCHAR_T.


# 0797574c 10-Nov-2017 rin <rin@NetBSD.org>

PR bin/52716 fix buffer overrun found by libasan


# cc73507a 26-Jan-2014 christos <christos@NetBSD.org>

Fix RCSID's


# 0b5c88f5 25-Nov-2013 christos <christos@NetBSD.org>

- replace CIRCLEQ with TAILQ
- fix open-coded LIST code
- fix destroy screen bug (was not removed from list)


# 08d478e3 22-Nov-2013 christos <christos@NetBSD.org>

Apply our local changes.


# 3a571abc 22-Nov-2013 christos <christos@NetBSD.org>

Import nvi-1.81.6 + HEAD-2013-11-20 from git://repo.or.cz/nvi.git