Skip to content

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

Closed

Conversation

mjvankampen
Copy link
Contributor

@mjvankampen mjvankampen commented Feb 24, 2025

Fixes #19624

@mjvankampen mjvankampen requested a review from a team as a code owner February 24, 2025 08:07
@mjvankampen mjvankampen requested review from haberman and removed request for a team February 24, 2025 08:07
Copy link

google-cla bot commented Feb 24, 2025

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.

@zhangskz zhangskz requested review from anandolee and removed request for haberman February 24, 2025 15:43
@zhangskz zhangskz added the 🅰️ safe for tests Mark a commit as safe to run presubmits over label Feb 24, 2025
@github-actions github-actions bot removed the 🅰️ safe for tests Mark a commit as safe to run presubmits over label Feb 24, 2025
@tonyliaoss
Copy link
Member

@mjvankampen, would you be able to sign the CLA? We can't proceed with the PR review until you sign it.

Thank you.

@zhangskz zhangskz added the 🅰️ safe for tests Mark a commit as safe to run presubmits over label Feb 26, 2025
@github-actions github-actions bot removed the 🅰️ safe for tests Mark a commit as safe to run presubmits over label Feb 26, 2025
@mjvankampen mjvankampen closed this Mar 5, 2025
@mjvankampen mjvankampen reopened this Mar 5, 2025
@google-cla google-cla bot added cla: yes and removed cla: no labels Mar 5, 2025
@acozzette acozzette added the 🅰️ safe for tests Mark a commit as safe to run presubmits over label Mar 11, 2025
@github-actions github-actions bot removed the 🅰️ safe for tests Mark a commit as safe to run presubmits over label Mar 11, 2025
@acozzette
Copy link
Member

Thank you for this fix!

neilconway pushed a commit to neilconway/protobuf that referenced this pull request Mar 28, 2025
Fixes protocolbuffers#19624

Closes protocolbuffers#20446

COPYBARA_INTEGRATE_REVIEW=protocolbuffers#20446 from mjvankampen:fix/segfault-empty-map ea87203
PiperOrigin-RevId: 736519479
neilconway pushed a commit to neilconway/protobuf that referenced this pull request Mar 28, 2025
Fixes protocolbuffers#19624

Closes protocolbuffers#20446

COPYBARA_INTEGRATE_REVIEW=protocolbuffers#20446 from mjvankampen:fix/segfault-empty-map ea87203
PiperOrigin-RevId: 736519479
anandolee pushed a commit that referenced this pull request Apr 4, 2025
Fixes #19624

Closes #20446

COPYBARA_INTEGRATE_REVIEW=#20446 from mjvankampen:fix/segfault-empty-map ea87203
PiperOrigin-RevId: 736519479

Co-authored-by: Mark Jan van Kampen <[email protected]>
anandolee pushed a commit that referenced this pull request Apr 18, 2025
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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment