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: NIL pointer deref in onRequest #226

Merged
merged 1 commit into from
Jan 18, 2024

Conversation

dwisiswant0
Copy link
Member

IMPORTANT: Please do not create a Pull Request without creating an issue first!

(Any change needs to be discussed before proceeding. Failure to do so may result in the rejection of the pull request).

Summary

Panic when handles incoming requests to the server.

Proposed of changes

This PR fixes/implements the following bugs/features:

How has this been tested?

Proof:

Closing issues

Fixes #225

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
    • I have updated the documentation accordingly.
  • I have followed the guidelines in our CONTRIBUTING.md document.
  • I have written new tests for my changes.
  • My changes successfully ran and pass tests locally.

@dwisiswant0 dwisiswant0 merged commit b2266f9 into master Jan 18, 2024
2 of 4 checks passed
@dwisiswant0 dwisiswant0 deleted the fix/nil-pointer-deref-in-onRequest branch January 18, 2024 16:20
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

Successfully merging this pull request may close these issues.

[BUG] invalid memory address or nil pointer dereference
1 participant