From 83810a9f59f3933ae629ee20309084e6580cc1cd Mon Sep 17 00:00:00 2001 From: sjborley Date: Tue, 24 May 2005 03:18:08 +0000 Subject: [PATCH] Fixed a 'core-dump' that could be caused by the interactive 'write' command when the plot contains more than one dimension. This was due to improper use of a buffer in raw_write(), as pointed out by Dietmar Warning. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1ec762825..ec469b99f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,11 @@ * Fixed a divide-by-zero bug in the MOS level=2 device model the fix was supplied by Hitoshi Tanaka. + + * Fixed a 'core-dump' that could be caused by the interactive 'write' command + when the plot contains more than one dimension. This was due to improper + use of a buffer in rawfile.c as pointed out by Dietmar Warning. Bug also + affected ngsconvert. 2005-05-22 Steven Borley