Fix bug #16644: Output Driver crashes in DISPLAY VARIABLES.
[pspp-builds.git] / src / output / ChangeLog
index 2b88fec4d2564645546ee62b50d3e30055d562eb..7c1d3d1c654695bd1b2aaa90e8fd9acba7fb39d5 100644 (file)
@@ -1,3 +1,11 @@
+Sat Jul  1 22:41:26 2006  Ben Pfaff  <blp@gnu.org>
+
+       Fix bug #16644: Output Driver crashes in DISPLAY VARIABLES.
+       
+       * table.c (tab_create): Don't allocate t->hrh, t->wrv yet, because
+       the table size might change before we're ready to use them.
+       (tabi_table) Allocate them here instead.
+
 Fri Jun  9 14:42:35 2006  Ben Pfaff  <blp@gnu.org>
 
        Reform string library.