From 082b9613972af285c3cb0c67543eac1a7d17686c Mon Sep 17 00:00:00 2001 From: pnenzi Date: Fri, 14 Sep 2007 13:18:15 +0000 Subject: [PATCH] Updated ChangeLog for out_printf() --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index de5aaad02..6f4f042d2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-09-12 Dietmar Warning + * src/frontend/terminal.c: fixed segmentation fault occurring when messages + >4096 bytes are sent to out_printf() function. The fix uses asprintf if + available. + 2007-08-12 Paolo Nenzi * src/frontend/inpcom.c: fixed segmentation fault with empty .include file or directory include. This is a hack the full inpcom shoud be rewritten.