fix(ffi): double-free in partition scan on error#7817
Merged
robert3005 merged 1 commit intovortex-data:developfrom May 6, 2026
Merged
fix(ffi): double-free in partition scan on error#7817robert3005 merged 1 commit intovortex-data:developfrom
robert3005 merged 1 commit intovortex-data:developfrom
Conversation
Signed-off-by: Dergousov Maksim <dergousovmaxim99@gmail.com>
760ee18 to
49781ed
Compare
Merging this PR will degrade performance by 20.47%
|
| Mode | Benchmark | BASE |
HEAD |
Efficiency | |
|---|---|---|---|---|---|
| ⚡ | Simulation | new_alp_prim_test_between[f64, 32768] |
236.3 µs | 192.5 µs | +22.76% |
| ❌ | Simulation | new_bp_prim_test_between[i16, 32768] |
120.3 µs | 134.8 µs | -10.8% |
| ❌ | Simulation | new_bp_prim_test_between[i32, 16384] |
93.8 µs | 108.8 µs | -13.81% |
| ❌ | Simulation | new_bp_prim_test_between[i32, 32768] |
140.1 µs | 169.1 µs | -17.13% |
| ❌ | Simulation | new_bp_prim_test_between[i64, 16384] |
114.4 µs | 143.8 µs | -20.47% |
| ⚡ | Simulation | new_alp_prim_test_between[f32, 16384] |
119.2 µs | 104.2 µs | +14.34% |
| ⚡ | Simulation | new_alp_prim_test_between[f32, 32768] |
184.1 µs | 155.4 µs | +18.47% |
| ⚡ | Simulation | new_alp_prim_test_between[f64, 16384] |
148.1 µs | 126.2 µs | +17.35% |
Comparing m7kss1:ji-fix-issue-7808-p2 (49781ed) with develop (aab4c34)
robert3005
approved these changes
May 6, 2026
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fix for the second part of: #7808
Testing
Verifying existing behavior is maintained.