base/dispatch.c: Stop parsing the auxiliary vector when we hit `AT_NULL'.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 18 May 2016 09:29:03 +0000 (10:29 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 22 May 2016 14:58:03 +0000 (15:58 +0100)
commitdfcb2a0b93cf69157e502dca21b9b6cd0b1a0cbe
tree3f95892bef8f86b11d521a5647aa686908eed677
parent1da1ed6a5815deef6c33d74f1eb3c856793df3e5
base/dispatch.c: Stop parsing the auxiliary vector when we hit `AT_NULL'.

This doesn't seem too dreadful so far (partly because nothing is using
this machinery for something important, and partly because we're parsing
the vector from a file with known length), but fix it anyway.
base/dispatch.c