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

fix(go/adbc/pkg): guard against potential crash #1938

Merged
merged 1 commit into from
Jun 25, 2024

Conversation

lidavidm
Copy link
Member

We think malloc'ing a C struct is one possible way the Go garbage collector may still be seeing invalid Go pointers. See #1931.

We think malloc'ing a C struct is one possible way the Go garbage
collector may still be seeing invalid Go pointers.  See apache#1931.
@lidavidm lidavidm marked this pull request as ready for review June 25, 2024 06:42
@lidavidm lidavidm requested a review from zeroshade as a code owner June 25, 2024 06:42
@github-actions github-actions bot added this to the ADBC Libraries 13 milestone Jun 25, 2024
Copy link
Member

@zeroshade zeroshade left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@lidavidm lidavidm merged commit 10cb066 into apache:main Jun 25, 2024
41 checks passed
@lidavidm lidavidm deleted the gh-1931-1 branch June 25, 2024 23:04
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