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

Improve Binary Fuse Filter memory access #4618

Closed
SirTyson opened this issue Jan 9, 2025 · 0 comments · Fixed by #4619
Closed

Improve Binary Fuse Filter memory access #4618

SirTyson opened this issue Jan 9, 2025 · 0 comments · Fixed by #4619
Assignees
Labels

Comments

@SirTyson
Copy link
Contributor

SirTyson commented Jan 9, 2025

No description provided.

@SirTyson SirTyson added the bug label Jan 9, 2025
@SirTyson SirTyson self-assigned this Jan 9, 2025
github-merge-queue bot pushed a commit that referenced this issue Jan 10, 2025
# Description

Resolves #4618

This hardens Binary Fuse Filter constructor code to use protected vector
lookups instead of C style array dereferencing.

# Checklist
- [x] Reviewed the
[contributing](https://github.com/stellar/stellar-core/blob/master/CONTRIBUTING.md#submitting-changes)
document
- [x] Rebased on top of master (no merge commits)
- [x] Ran `clang-format` v8.0.0 (via `make format` or the Visual Studio
extension)
- [x] Compiles
- [x] Ran all tests
- [ ] If change impacts performance, include supporting evidence per the
[performance
document](https://github.com/stellar/stellar-core/blob/master/performance-eval/performance-eval.md)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant