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(rust, python): fix ub in simd-json #10093

Merged
merged 2 commits into from
Jul 27, 2023
Merged

fix(rust, python): fix ub in simd-json #10093

merged 2 commits into from
Jul 27, 2023

Conversation

ritchie46
Copy link
Member

The bugs in #10034 and #9791 only occur in the heavily optimized release binaries. I couldn't replicate them locally with threaded release (and didn't want to wait 40 minutes on fat linking).

But, I did found UB in a debug build while reading the json values. This is fixed in simd-lite/simd-json#301

@github-actions github-actions bot added fix Bug fix python Related to Python Polars rust Related to Rust Polars labels Jul 26, 2023
@ritchie46 ritchie46 merged commit c15b402 into main Jul 27, 2023
12 checks passed
@ritchie46 ritchie46 deleted the json_ub branch July 27, 2023 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Bug fix python Related to Python Polars rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant