Quick patch to the Lemon parser template to avoid an array overread reported
commitb4146ec9a4d53879b79dee4ef97cbf63d5938ee9
authorD. Richard Hipp <drh@hwaci.com>
Sun, 1 Jul 2018 16:05:40 +0000 (1 16:05 +0000)
committerD. Richard Hipp <drh@hwaci.com>
Sun, 1 Jul 2018 16:05:40 +0000 (1 16:05 +0000)
tree9a72b88c1a2d6efed5d4b1d5d40b9fbafab61801
parentc2dd3cf83dc1bcfe18c97d74089eed9d227499ca
Quick patch to the Lemon parser template to avoid an array overread reported
by OSSFuzz.  A proper fix involves enhancements to the table generators in
Lemon to make the overread impossible.  That fix will take longer to
implement.  The current check-in is a stop-gap.
tool/lempar.c