Really fuzz isc_lex_getmastertoken() in the test

There was a copy&paste error in fuzz/isc_lex_getmastertoken.c where we
didn't really test the function we wanted to test.  Update the test to
have the input data to always include expected 'tokentype' in the first
byte, `eol` argument in the second byte and the rest of the input is the
data to parse.
This commit is contained in:
Ondřej Surý
2020-08-12 11:29:30 +02:00
committed by Ondřej Surý
parent 88ad7b85e6
commit 790476332e
3 changed files with 16 additions and 1 deletions