Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#450] Fix M-stack leak in $QUERY(lvn,-1)
The r126/random_walk subtest failed with a STACKCRIT error. Analysis of this led to an M-stack leak from $QUERY(lvn,-1). Commit (SHA 10d8235) as part of #59 added a push_v1 variable but forgot to initialize it to TRUE in the case where v1 and v2 were being pushed onto the M-stack. Similar code exists in op_fnquery.c but push_v1 is correctly initialized there. The same fix is now done in op_fnreversequery.c.
- Loading branch information