The argv[] used for el_set() EL_BIND, EL_SETTY, etc should be terminated
authornicm <nicm@openbsd.org>
Tue, 20 May 2014 11:59:03 +0000 (11:59 +0000)
committernicm <nicm@openbsd.org>
Tue, 20 May 2014 11:59:03 +0000 (11:59 +0000)
commit4cd38bb87a8068bcc8c9de2fdebf7af12a11c9e6
treefda5b60e0678e2a2a5518e556d371cf82699ac4b
parenta056e3eb9dc6d5d865e414b612dbbe7e79c49418
The argv[] used for el_set() EL_BIND, EL_SETTY, etc should be terminated
by NULL. Fix from NetBSD via yasuoka@ but changed by me not to walk off
the end of array with >20 arguments.

ok yasuoka
lib/libedit/eln.c