462fb2
--- a/lib/readline/history.c	2014-05-27 16:55:58.040214069 +0200
462fb2
+++ b/lib/readline/history.c	2014-05-27 16:56:11.243204928 +0200
462fb2
@@ -318,7 +318,7 @@ add_history_time (string)
462fb2
 {
462fb2
   HIST_ENTRY *hs;
462fb2
 
462fb2
-  if (string == 0)
462fb2
+  if (string == 0 || history_length < 1)
462fb2
     return;
462fb2
   hs = the_history[history_length - 1];
462fb2
   FREE (hs->timestamp);