CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/05/20 05:59:03
Modified files:
lib/libedit : eln.c
Log message:
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
