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 out-of-bounds bug in BufferedVector #91

Merged
merged 2 commits into from
Nov 4, 2023
Merged

Conversation

vtjnash
Copy link
Contributor

@vtjnash vtjnash commented Oct 17, 2023

The OOB read was caught by JuliaLang/julia#51319. Although this code seems like it probably should be deleted, since it appears to be identical in features to Array but with worse heuristics and implementations.

Copy link
Contributor

@Drvi Drvi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Copy link

codecov bot commented Nov 4, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (54fab55) 94.82% compared to head (0ed8077) 94.82%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #91   +/-   ##
=======================================
  Coverage   94.82%   94.82%           
=======================================
  Files           5        5           
  Lines        1043     1043           
=======================================
  Hits          989      989           
  Misses         54       54           
Files Coverage Δ
src/BufferedVectors.jl 82.22% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Drvi Drvi merged commit 4a24bf8 into JuliaData:main Nov 4, 2023
6 checks passed
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 this pull request may close these issues.

2 participants