-
-
Notifications
You must be signed in to change notification settings - Fork 369
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 null pointer dereference issue in function ub_ctx_set_fwd #1073
Conversation
… libunbound/libunbound.c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes look good to prevent NULL pointer use. A similar case exists for stubs and views.
- Merge #1073: fix null pointer dereference issue in function ub_ctx_set_fwd.
Thank you for the bugfix. The issue additionally has the commit 86ee8cc , it is there to stop the parse of the config file from making NULL name entries, also for stub-zones and views. |
This issue were assigned CVE-2024-43167 by Red Hat. |
Fix #1072