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

matdbg: fix two memory bugs #8337

Merged
merged 1 commit into from
Jan 6, 2025
Merged

matdbg: fix two memory bugs #8337

merged 1 commit into from
Jan 6, 2025

Conversation

poweifeng
Copy link
Contributor

  • murmur3 expects word size not byte size
  • should use uint8_t in addressing blob source.

both would crash when asan is enabled.

 - murmur3 expects word size not byte size
 - should use uint8_t in addressing blob source.

both would crash when asan is enabled.
@poweifeng poweifeng added the internal Issue/PR does not affect clients label Jan 6, 2025
@poweifeng poweifeng enabled auto-merge (squash) January 6, 2025 18:29
@poweifeng poweifeng merged commit 7d0b652 into main Jan 6, 2025
13 checks passed
@poweifeng poweifeng deleted the pf/matdbg-fix-bugs branch January 6, 2025 18:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal Issue/PR does not affect clients
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants