CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/08/28 13:39:13
Modified files:
bin/ksh : history.c
Log message:
Put history_write() in line with other functions that walk history
One method is enough: only access history lines between 'history' and
'histptr'. Pointers outside these bounds might be invalid.
ok millert@, "go for it" tb@
