Package: antimony
Version: 0.9.3-1

Dear Maintainers,

We are researching static analysis for recurring vulnerabilities. When using our tool to test on 'antimony', we found a suspicious mismatched memory management routine at 'v2parse' in 'lib/fab/src/tree/v2parser.cpp'. 'locals->nodestack' which was allocated by 'new' in line 50 would be deallocated wrongly by 'free' in line 84. We suggest changing 'free' to 'delete' to deallocate correctly by the matched memory management function.

Thank you for maintaining antimony.

Best regards

Reply via email to