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

cleanup: simplify some extract logic in sinsp_filtercheck_fd.cpp #2137

Merged
merged 5 commits into from
Nov 8, 2024

Commits on Oct 30, 2024

  1. cleanup: remove unused param

    Signed-off-by: Andrea Terzolo <[email protected]>
    Andreagit97 committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    914e966 View commit details
    Browse the repository at this point in the history
  2. cleanup: avoid extract_from_null_fd where not needed

    Use directly `extract_fdname_from_creator`, see next commits for a
    further cleanup
    
    Signed-off-by: Andrea Terzolo <[email protected]>
    Andreagit97 committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    c27849d View commit details
    Browse the repository at this point in the history
  3. cleanup: remove last usage of extract_from_null_fd

    Signed-off-by: Andrea Terzolo <[email protected]>
    Andreagit97 committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    5962b41 View commit details
    Browse the repository at this point in the history
  4. cleanup: remove no more used method

    Signed-off-by: Andrea Terzolo <[email protected]>
    Andreagit97 committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    7204a0b View commit details
    Browse the repository at this point in the history
  5. cleanup: rename a method

    Signed-off-by: Andrea Terzolo <[email protected]>
    Andreagit97 committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    2c5dad8 View commit details
    Browse the repository at this point in the history