68985490c6
This should fix some Coverity warnings about memory management in the lemon tool (less critical), but also fix improper memory accesses in the generated parsers (labeled critical by Coverity). Ref: https://sqlite.org/forum/forumpost/edecf32da3 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
README.md | ||
lemon.c | ||
lempar.c |
README.md
This directory contains the lemon parser main program file and template file. It is used for building several parsers in common, and is provided because not all distributions package it in a nice way. Note, this program is not installed with KiCad and is only used as a build-time utility.
The files come from:
- lempar.c - https://www.sqlite.org/src/file/tool/lempar.c
- lemon.c - https://www.sqlite.org/src/file/tool/lemon.c
It has been released into the public domain with the sqlite project.