spv-legacy-decoder: Always give the pivot table a title.
authorBen Pfaff <blp@cs.stanford.edu>
Tue, 18 Jan 2022 03:19:27 +0000 (19:19 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 2 Apr 2022 01:48:55 +0000 (18:48 -0700)
commit113a8269d2cfa85e4c5a093649be4ad8ba11b085
treefa2db014d0fb1ad4ee1c1d0cd722b197e7fa8b06
parent63540c27df42b786d5e3e8b7446dd8824ddc428c
spv-legacy-decoder: Always give the pivot table a title.

A pivot table must have a title.  Some parts of PSPP rely on that.  The
legacy SPV decoder didn't ensure this, and one SPV in my corpus didn't have
one, which led to null pointer dereferences, so this commit fixes the
problem.
src/output/spv/spv-legacy-decoder.c