-
Notifications
You must be signed in to change notification settings - Fork 477
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
host-resolve: invalidate ivykis "now" after blocking calls to DNS #3526
host-resolve: invalidate ivykis "now" after blocking calls to DNS #3526
Conversation
This pull request introduces 3 alerts when merging cff516a982d7e50bdf269aed27bcfeda441437b0 into 09823d1 - view on LGTM.com new alerts:
|
Build SUCCESS |
Signed-off-by: Balazs Scheidler <[email protected]>
cff516a
to
ee08768
Compare
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.
I pushed a small change onto this branch (#include <iv.h>
) to make everything green.
This fixes #3514.
@@ -362,6 +362,7 @@ afinet_dd_setup_addresses(AFSocketDestDriver *s) | |||
if (!_setup_dest_addr(self)) | |||
return FALSE; | |||
|
|||
iv_invalidate_now(); |
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.
I think this is not necessary, as _setup_dest_addr()
invalidates now
through resolve_hostname_to_sockaddr()
.
Build SUCCESS |
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.
My comment is not really important, the extra I'll send a newsfile entry. |
Signed-off-by: László Várady <[email protected]>
Signed-off-by: Balazs Scheidler [email protected]