Allocate new parser stack space from the heap if needed, eliminating the
commita272ce6e1976487c506236ee48bb350b523d122b
authorD. Richard Hipp <drh@hwaci.com>
Sat, 27 Jan 2024 11:35:35 +0000 (27 11:35 +0000)
committerD. Richard Hipp <drh@hwaci.com>
Sat, 27 Jan 2024 11:35:35 +0000 (27 11:35 +0000)
tree66008398f7d3f77b75792b1778acf0f50813b895
parent1070164b7b9b0e3882e04b02d29faa6479082d9c
parent2b2bbc1619ae12d54d8d72e8b0c827041db19a8d
Allocate new parser stack space from the heap if needed, eliminating the
possibility of a "parser stack overflow" error as long as heap memory is
available.