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

Roaring64 segfault empty bitmap intersect with range #635

Closed
Dr-Emann opened this issue Jun 26, 2024 · 0 comments · Fixed by #636
Closed

Roaring64 segfault empty bitmap intersect with range #635

Dr-Emann opened this issue Jun 26, 2024 · 0 comments · Fixed by #636
Assignees

Comments

@Dr-Emann
Copy link
Member

roaring64_bitmap_t* r = roaring64_bitmap_create();
roaring64_bitmap_intersect_with_range(r, 0, 50000); // Segfault here
@Dr-Emann Dr-Emann self-assigned this Jun 26, 2024
Dr-Emann added a commit that referenced this issue Jun 26, 2024
robert3005 referenced this issue in spiraldb/vortex Jul 4, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [croaring](https://togithub.com/RoaringBitmap/croaring-rs) |
workspace.dependencies | major | `1.0.1` -> `2.0.0` |

---

### Release Notes

<details>
<summary>RoaringBitmap/croaring-rs (croaring)</summary>

###
[`v2.0.2`](https://togithub.com/RoaringBitmap/croaring-rs/releases/tag/v2.0.2)

Build on CRoaring 4.1

###
[`v2.0.0`](https://togithub.com/RoaringBitmap/croaring-rs/releases/tag/v2.0.0)

[Compare
Source](https://togithub.com/RoaringBitmap/croaring-rs/compare/1.1.0...v2.0.0)

### YANKED

This release was yanked to incorporate CRoaring 4.0.0 upstream break,
and waiting for fix on
[/~https://github.com/RoaringBitmap/CRoaring/issues/635](https://togithub.com/RoaringBitmap/CRoaring/issues/635)

#### What's Changed

- Add the ability to work in no-std (optionally with alloc) by
[@&#8203;Dr-Emann](https://togithub.com/Dr-Emann) in
[/~https://github.com/RoaringBitmap/croaring-rs/pull/132](https://togithub.com/RoaringBitmap/croaring-rs/pull/132)

**Full Changelog**:
RoaringBitmap/croaring-rs@1.1.0...v2.0.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/spiraldb/vortex).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuOSIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS45IiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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 a pull request may close this issue.

1 participant