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 unitialized memory read #11

Merged
merged 1 commit into from Apr 26, 2023
Merged

Conversation

lsilvest
Copy link
Collaborator

@lsilvest lsilvest commented Apr 26, 2023

This fixes the unitialized memory read I reported on previously.

@codecov
Copy link

codecov bot commented Apr 26, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (a5fbcfe) 100.00% compared to head (263249e) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##            master       #11   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines          304       304           
=========================================
  Hits           304       304           
Impacted Files Coverage Δ
src/align.cpp 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Owner

@eddelbuettel eddelbuettel left a comment

Choose a reason for hiding this comment

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

Nice work -- sometimes it is these little things!

@eddelbuettel eddelbuettel merged commit 7f850c3 into master Apr 26, 2023
4 checks passed
@eddelbuettel eddelbuettel deleted the fix/uninitialized_memory branch April 26, 2023 12:07
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.

None yet

2 participants