freebsd-dev/contrib/nvi/vi
Dima Dorfman 489b9470ae Fix an underflow resulting from the assumption !O_ISSET(sp, O_LEFTRIGHT)
(ironically, the assumption is in a code block which is conditional on its
converse).  This isn't strictly the correct fix; it's more of a workaround
to prevent an infinite loop.  The correct fix (see
ports/editors/nvi-devel/files/patch-vi-relative r1.1) would take a file off
the vendor branch, but since the result for this version of nvi is
identical, this route was elected.

PR:		28687
Approved by:	-developers
2001-07-19 11:02:11 +00:00
..
getc.c
v_at.c
v_ch.c
v_cmd.c
v_delete.c
v_ex.c
v_increment.c
v_init.c
v_itxt.c
v_left.c
v_mark.c
v_match.c
v_paragraph.c
v_put.c
v_redraw.c
v_replace.c
v_right.c
v_screen.c
v_scroll.c
v_search.c
v_section.c
v_sentence.c
v_status.c
v_txt.c
v_ulcase.c
v_undo.c
v_util.c
v_word.c
v_xchar.c
v_yank.c
v_z.c
v_zexit.c
vi.c
vi.h
vs_line.c
vs_msg.c
vs_refresh.c Fix an underflow resulting from the assumption !O_ISSET(sp, O_LEFTRIGHT) 2001-07-19 11:02:11 +00:00
vs_relative.c
vs_smap.c
vs_split.c