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

make realloc_string explicitely allocate a new string instead of realloc'ing #160

Merged
merged 1 commit into from
Jun 27, 2024

Conversation

d-netto
Copy link
Member

@d-netto d-netto commented Jun 26, 2024

PR Description

I'm able to build Julia locally with this patch.

Motivation is to fix a race we may have in gc_big_object_link/unlink if two different threads mutate a bigval list at the same time.

Checklist

Requirements for merging:

@d-netto d-netto requested a review from kpamnany June 26, 2024 20:58
@github-actions github-actions bot added port-to-v1.10 This change should apply to Julia v1.10 builds port-to-master This change should apply to all future Julia builds labels Jun 26, 2024
@kpamnany kpamnany removed the port-to-master This change should apply to all future Julia builds label Jun 26, 2024
@kpamnany kpamnany merged commit 84dc564 into v1.10.2+RAI Jun 27, 2024
5 checks passed
@kpamnany kpamnany deleted the dcn-simpler-realloc-string branch June 27, 2024 23:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
port-to-v1.10 This change should apply to Julia v1.10 builds
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants