CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2016/05/31 10:12:00
Modified files: lib/libedit : readline.c Log message: Fix a crash in stifle_history() that occurred when the history contained more than twice as many entries as the new limit: The argument of remove_history() only counts existing elements, not those previously deleted. Crash found by bentley@ when exiting sqlite3(1).