CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/03/20 15:04:15
Modified files:
lib/libedit : tokenizer.c
Log message:
Fix the same bug again that was already fixed in:
OpenBSD tokenizer.c rev. 1.8 2003/08/11 18:21:40 deraadt
Don't increase amax on realloc() failure.
The original fix got lost in a merge along the way.
This fix from Christos Zoulas via NetBSD tokenizer.c rev. 1.23 2016/02/15.
OK czarkoff@
