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

Null Pointer Dereference in OSI #1363

Open
coolkingcole opened this issue Sep 26, 2023 · 0 comments
Open

Null Pointer Dereference in OSI #1363

coolkingcole opened this issue Sep 26, 2023 · 0 comments

Comments

@coolkingcole
Copy link
Collaborator

A null pointer dereference in panda/plugins/osi/os_intro.c Lines 185-187 is possible since the variable thread is instantiated as NULL. This variable is passed to PPP_RUN_CB as the third parameter and can return unchanged as NULL. This NULL value is then passed to memcpy as the source, dereferencing the NULL causing an exception.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant