pivot-table: Fix pivot_table_dump() null pointer dereference in special case.
authorBen Pfaff <blp@cs.stanford.edu>
Mon, 17 Jan 2022 22:05:09 +0000 (14:05 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 13 Mar 2022 23:56:02 +0000 (16:56 -0700)
commitc0556bae97db87ff3748d7cbdff0223933d532ec
tree31c3ea0b6b4b4131fc2931c21762d28af0d5d98d
parent1f37b5a7411fc50113943c6d30a1d95ccfc4b311
pivot-table: Fix pivot_table_dump() null pointer dereference in special case.

This function only gets called from "pspp-output dump", so it's not a very
important bug.
src/output/pivot-table.c