-
Notifications
You must be signed in to change notification settings - Fork 37.7k
fuzz: Terminate immediately if a fuzzing harness tries to perform a DNS lookup (belt and suspenders) #21795
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
fuzz: Terminate immediately if a fuzzing harness tries to perform a DNS lookup (belt and suspenders) #21795
Conversation
5454c7a
to
5454f1a
Compare
5454f1a
to
5555f5c
Compare
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers. ConflictsNo conflicts as of last run. |
5555f5c
to
545497e
Compare
545497e
to
3939e8c
Compare
3939e8c
to
3939465
Compare
…m a DNS lookup (belts and suspenders)
3939465
to
3737d35
Compare
@MarcoFalke Thanks for reviewing. All feedback has been addressed. Let me know if there is anything more I can do :) |
review ACK 3737d35 |
… tries to perform a DNS lookup (belt and suspenders) 3737d35 fuzz: Terminate immediately if a fuzzing harness ever tries to perform a DNS lookup (belts and suspenders) (practicalswift) Pull request description: Terminate immediately if a fuzzing harness tries to perform a DNS lookup (belt and suspenders). Obviously this _should_ never happen, but if it _does_ happen we want immediate termination instead of a DNS lookup :) ACKs for top commit: MarcoFalke: review ACK 3737d35 Tree-SHA512: 51cd2d32def7f9f052e02f99c354656af1f807cc9fdf592ab765e620bfe660f1ed26e0484763f94aba650424b44959eafaf352bfd0f81aa273e350510e97356e
@vasild This safety measure helped avoid an unwanted external DNS lookup? If so that's great news: thanks for sharing! :) |
@practicalswift, yes! Fuzzing |
Terminate immediately if a fuzzing harness tries to perform a DNS lookup (belt and suspenders).
Obviously this should never happen, but if it does happen we want immediate termination instead of a DNS lookup :)