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>
Sun, 13 Mar 2022 23:56:02 +0000 (16:56 -0700)
commit81375cf91281d4becdbae6f3dde0f4e2e76c4ef5
tree2d7e09888acecdd3f678ac34ac407b9f44f1e99d
parent766e653e08dc6bd4e4b9db9e8404ae5e2adff07f
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