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>
Mon, 17 Jan 2022 22:05:09 +0000 (14:05 -0800)
commit9654a384b04ef5c35a9a305d65357262dcf52e70
tree712f36e1b8ebb21873635152a2a20e61fab80df7
parent948615ba8e6585d3b8b655a181ec9fdc4bbad36f
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