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>
Sat, 2 Apr 2022 01:48:55 +0000 (18:48 -0700)
commit5919a9f8b24f6c363e96f00dd964965e5f00a10f
tree09edc54125002caa504a5f7556a2b6c83f2c4477
parentc3f37a2421e4d0e82a5e1b052e43ff5df7d36307
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