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>
Wed, 1 Jun 2022 17:06:10 +0000 (10:06 -0700)
commitcefbbc4ea9b1754cb2de66269550c40d78f77369
treede8618c9441ff28e4bd8c89022378ecb6466821e
parente6b96cb2a6939df0e63caf9233e7f1e3030dad18
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