Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: segmentation fault and false positive on empty function body #1102

Merged
merged 1 commit into from
May 24, 2022

Commits on May 24, 2022

  1. 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.
    nichtsfrei committed May 24, 2022
    Configuration menu
    Copy the full SHA
    248ef6d View commit details
    Browse the repository at this point in the history