You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test/regress.c:2807: In test_base_features, event_base_new may return a NULL. It is dereferenced in event_base_get_features without a check, which may lead to a null pointer dereference.
The text was updated successfully, but these errors were encountered:
cxxz16
changed the title
Potential Null pointer dereference in test/regress.c
Potential Null pointer dereference in regress.c
Mar 20, 2025
Uh oh!
There was an error while loading. Please reload this page.
test/regress.c:2807: In test_base_features, event_base_new may return a NULL. It is dereferenced in event_base_get_features without a check, which may lead to a null pointer dereference.
The text was updated successfully, but these errors were encountered: