Skip to content
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

CBG-3412: [3.0.9] Fix panic for assigning to nil map inside Mutable1xBody #6428

Merged
merged 2 commits into from
Sep 19, 2023

Conversation

gregns1
Copy link
Contributor

@gregns1 gregns1 commented Sep 19, 2023

CBG-3412

Backport of the fix for panic found in Mutable1xBody. Had to move the test out of rest package into the db package as function parameters have changed since 3.1 and made more sense for it to be here as rest tester was no longer needed.

Pre-review checklist

  • Removed debug logging (fmt.Print, log.Print, ...)
  • Logging sensitive data? Make sure it's tagged (e.g. base.UD(docID), base.MD(dbName))
  • Updated relevant information in the API specifications (such as endpoint descriptions, schemas, ...) in docs/api

Integration Tests

@gregns1 gregns1 changed the title [3.0.9] Fix panic for assigning to nil map inside Mutable1xBody CBG-3412: [3.0.9] Fix panic for assigning to nil map inside Mutable1xBody Sep 19, 2023
@bbrks bbrks merged commit ef39461 into release/3.0.9 Sep 19, 2023
10 checks passed
@bbrks bbrks deleted the CBG-3412 branch September 19, 2023 11:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants