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

Potential Null pointer dereference in regress_ws.c #1604

Open
icy17 opened this issue Apr 10, 2024 · 1 comment · May be fixed by #1621
Open

Potential Null pointer dereference in regress_ws.c #1604

icy17 opened this issue Apr 10, 2024 · 1 comment · May be fixed by #1621

Comments

@icy17
Copy link
Contributor

icy17 commented Apr 10, 2024

  1. In test/regress_ws.c: 354, calling bufferevent_setcb without checking the parameter 1 might cause null dereference.
  2. In test/regress_ws.c: 372, calling bufferevent_setcb without checking the parameter 1 might cause null dereference.
@azat
Copy link
Member

azat commented Apr 15, 2024

Let's add an tt_ptr_op/tt_assert

@icy17 icy17 linked a pull request Apr 22, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

2 participants