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>
Wed, 1 Jun 2022 17:32:05 +0000 (10:32 -0700)
commit947e6378c28a6a33a2cd9ef4c4d90e001bdcc359
treefef3edee2a5170df06a0bdff59cce888469bdabe
parentdb9910816100d5c8dce9734e441efdcbf9e5b71a
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