From 2bb71a3d1229189fc5fb6917caeb59fd54274606 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sat, 22 Sep 2007 04:21:29 +0000 Subject: [PATCH] ChangeLog entries from earlier that I missed. --- src/output/ChangeLog | 17 +++++++++++++++++ tests/ChangeLog | 4 ++++ 2 files changed, 21 insertions(+) diff --git a/src/output/ChangeLog b/src/output/ChangeLog index 8c7c2215a6..f7ce7b5c84 100644 --- a/src/output/ChangeLog +++ b/src/output/ChangeLog @@ -1,3 +1,20 @@ +2007-09-21 Ben Pfaff + + * ascii.c (struct ascii_driver_ext): New member reported_error. + (ascii_open_driver): Initialize reported_error. + (ascii_open_page): Initialize the rest of the ascii driver data + even if we fail to open the output file. Fixes bug #21117. + + * chart.c (chart_create): Initialize lp member. Fixes crash if + chart initialization fails. + + * html.c (html_open_driver): Don't free chart_file_name in error + case, since html_close_driver will do that. Fixes crash if file + open fails. + + * postscript.c (ps_close_driver): Don't try to write to file if + it's null. Fixes crash if file open fails. + 2007-09-08 John Darrington * postscript.c html.c: Remove #include "getline.h" to concurr with diff --git a/tests/ChangeLog b/tests/ChangeLog index 22e46423b1..d5f95608c5 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,7 @@ +2007-09-21 Ben Pfaff + + * bugs/unwritable-dir.sh: New test for bug #21117. + 2007-09-19 Ben Pfaff * bugs/input-crash.sh: Add regression test for bug #21108. -- 2.30.2