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 for static analysis issues #35

Open
wants to merge 1 commit into
base: v2.4.115
Choose a base branch
from

Commits on Aug 1, 2024

  1. Fix for static analysis issues

    Below are the issues fixed:
    - Buffer not null terminated
    - Resource leak
    - Logically dead code
    - Argument cannot be negative
    - Dead default in switch
    - Dereference after null check
    - Unchecked return value
    - Data race condition
    - Unchecked return value from library
    
    Tracked-On: OAM-122340
    Signed-off-by: Sapna <[email protected]>
    Sapna1-singh committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    e9f3e86 View commit details
    Browse the repository at this point in the history