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
The commit adds the documentation to the header file, in the comment for ub_resolve_event. It is was_ratelimited. This is the same was_ratelimited that is also returned in the struct ub_result for queries.
* nlnet/master:
- Fix for the ignore of tcp events for closed comm points, preserve the use after free protection features.
- Ignore expired error responses.
- FixNLnetLabs#779: [doc] Missing documention in ub_resolve_event() for callback parameter was_ratelimited.
- Complementary fix for distutils.sysconfig deprecation in Python 3.10 to commit 62c5039.
- iana portlist update.
- FixNLnetLabs#775: libunbound: subprocess reap causes parent process reap to hang.
- Fix to make sure to not read again after a tcp comm point is closed.
- Fix to ignore tcp events for closed comm points.
fix use after free when WSACreateEvent() fails
As subject, doc says
but code says
missing the last
int
The text was updated successfully, but these errors were encountered: