From 6c74203cbd55ae8d18f9caf2f35777bee44b31d9 Mon Sep 17 00:00:00 2001 From: Joachim Nilsson Date: Sun, 5 Jan 2020 07:49:54 +0100 Subject: [PATCH] Update ChangeLog with latest fixes Signed-off-by: Joachim Nilsson --- ChangeLog.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index c0eaac1..fb82c95 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -10,6 +10,14 @@ All notable changes to the project are documented in this file. ### Changes - Simple multi-line support by Dima Volynets, @dvolynets +### Fixes +- Fix return value from `read_history()` and `write_history()`, could + return `errno` instead of `EOF` to indicate error. Now both functions + have uniform return values on error +- Handle internal `realloc()` errors better. Now memory is not leaked + if `realloc()` fails +- Fix possible NULL pointer dereference in key binding lookup function + [1.16.1][] - 2019-06-07 -----------------------