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

A few updates for the status page #1761

Open
paulfloyd opened this issue May 31, 2024 · 0 comments
Open

A few updates for the status page #1761

paulfloyd opened this issue May 31, 2024 · 0 comments

Comments

@paulfloyd
Copy link

paulfloyd commented May 31, 2024

Wearing my Valgrind developer hat

https://github.com/google/sanitizers/wiki/AddressSanitizerComparisonOfMemoryTools

  • TILEGX has bee removed from Valgrind
  • FreeBSD support has been added to Valgrind
  • "Stack OOB" memcheck will detect errors, but only when the pointer is way out (like below the bottom of the stack).
  • As far as I know ASAN does not check syscall arguments, memcheck does.

There are also lots of other things that most tools detect

  • str* and mem* overlaps
  • invalid alignment
  • mismatched allocator/deallocator
  • mismatched alignment
  • mismatched sized deallocation
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

No branches or pull requests

1 participant