]> git.ipfire.org Git - thirdparty/sqlite.git/commit
In LEMON, limit the size of the grammar file to 100MB. This ensures that
authordrh <drh@noemail.net>
Sat, 11 Jan 2014 12:52:25 +0000 (12:52 +0000)
committerdrh <drh@noemail.net>
Sat, 11 Jan 2014 12:52:25 +0000 (12:52 +0000)
commit03e1b1f5fffb0d9aa621db37132e6b1cc711238c
treef018944f967184e1e64d398cd601300d43139517
parentf59b12fbc1db8c734cbe2b659a30155937887122
In LEMON, limit the size of the grammar file to 100MB.  This ensures that
the program will never experience integer overflow.  To be doubly sure,
use calloc() instead of malloc() when allocating arrays.

FossilOrigin-Name: 29ba458d849ad8864711cbe59fb10447a947e06a
manifest
manifest.uuid
tool/lemon.c