Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: segmentation fault and false positive on empty function body
On segfault.nasl: ``` > cat segfault.nasl function foo() {} foo(); ``` openvas-nasl-lint does not falsly identify an empty function as an error and it is also not throwing a SEGFAULT.
- Loading branch information