-
Notifications
You must be signed in to change notification settings - Fork 15.7k
fix: contains check segfaults on empty map #20446
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: contains check segfaults on empty map #20446
Conversation
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
@mjvankampen, would you be able to sign the CLA? We can't proceed with the PR review until you sign it. Thank you. |
Thank you for this fix! |
Fixes protocolbuffers#19624 Closes protocolbuffers#20446 COPYBARA_INTEGRATE_REVIEW=protocolbuffers#20446 from mjvankampen:fix/segfault-empty-map ea87203 PiperOrigin-RevId: 736519479
Fixes protocolbuffers#19624 Closes protocolbuffers#20446 COPYBARA_INTEGRATE_REVIEW=protocolbuffers#20446 from mjvankampen:fix/segfault-empty-map ea87203 PiperOrigin-RevId: 736519479
Fixes #19624 COPYBARA_INTEGRATE_REVIEW=#20446 from mjvankampen:fix/segfault-empty-map ea87203 PiperOrigin-RevId: 736519479 Co-authored-by: Mark Jan van Kampen <[email protected]>
Fixes #19624