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.

This commit is contained in:
sjborley 2005-05-24 03:18:08 +00:00
parent ef3a924d53
commit 83810a9f59
1 changed files with 5 additions and 0 deletions

View File

@ -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 <steven.borley@virgin.net>