sys-file-reader: Tolerate variable labels longer than 255 bytes.
authorBen Pfaff <blp@cs.stanford.edu>
Fri, 21 May 2010 04:54:56 +0000 (21:54 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Fri, 21 May 2010 04:54:56 +0000 (21:54 -0700)
commit78b2280e4d75fc07ce0f17c3607c0707f7ccb819
tree51e0480c7b3f0c35f899109f5ddef1d46427b1cc
parenta21231bcd08705522d4a4674e34fb87dd1c1bac8
sys-file-reader: Tolerate variable labels longer than 255 bytes.

Michel Boaventura provided a system file with a 256-byte variable label
that PSPP rejected.  This commit allows it to be read.
doc/dev/system-file-format.texi
src/data/sys-file-reader.c
tests/dissect-sysfile.c