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

i#3544 RV64: Fix read_cache_line #6320

Merged
merged 4 commits into from
Sep 23, 2023
Merged

Conversation

ksco
Copy link
Contributor

@ksco ksco commented Sep 22, 2023

For file size less than 8 bytes, using an uninitialized byte array may cause error, returning a cache line size that is wrong and too large.

Issue: #3544

For file size less than 8 bytes, using an uninitialized byte array may cause error, returning a cache line size that is wrong and too large.
@ksco ksco merged commit 2045a1f into DynamoRIO:master Sep 23, 2023
15 checks passed
@ksco ksco deleted the read_cache_line branch September 23, 2023 04:01
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