mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 01:23:03 +01:00
Fix for CORE-1111 - memory was overwritten
This commit is contained in:
parent
fd77b03937
commit
c190e609b4
@ -3625,7 +3625,7 @@ static jrd_nod* pass1(thread_db* tdbb,
|
||||
|
||||
for (NodeStack::iterator i(stack); i.hasData(); ++i)
|
||||
{
|
||||
jrd_nod* new_node = PAR_make_node(tdbb, 1);
|
||||
jrd_nod* new_node = PAR_make_node(tdbb, 3);
|
||||
new_node->nod_type = nod_value_if;
|
||||
new_node->nod_count = 3;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user