sys-file-reader: Disallow system and scratch long variable names too.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 3 Jan 2016 04:44:22 +0000 (20:44 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 3 Jan 2016 04:46:07 +0000 (20:46 -0800)
commit26d835f97534b20825b3121e326c288e994753f8
tree621dda705e7fc1c6e79be6c0b8d7a42ff0bbfe79
parent6f763403034b44b809fae1580dda3af0ab24a11b
sys-file-reader: Disallow system and scratch long variable names too.

Before this commit, the system file reader disallowed system and
scratch short variable names (e.g. names beginning with $ or #)
but not as long variable names.  This fixes the problem.

Bug #46783.
src/data/sys-file-reader.c
tests/data/sys-file-reader.at