| Summary: | Incorrect size of struct vki_siginfo on 64-bit Linux architectures | ||
|---|---|---|---|
| Product: | [Developer tools] valgrind | Reporter: | Dmitry V. Levin <ldv> |
| Component: | memcheck | Assignee: | Mark Wielaard <mark> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | mark |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| URL: | https://sourceforge.net/p/valgrind/mailman/message/36606811/ | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: |
include/vki: fix vki_siginfo_t definition on amd64, arm64, and ppc64
include/vki: fix vki_siginfo_t definition on amd64, arm64, and ppc64 |
||
|
Description
Dmitry V. Levin
2019-03-08 02:46:23 UTC
Do you have a patch to fix this? (In reply to Julian Seward from comment #1) > Do you have a patch to fix this? https://sourceforge.net/p/valgrind/mailman/message/36606811/ Besides that, Eugene is working on a test for this bug. Created attachment 122687 [details]
include/vki: fix vki_siginfo_t definition on amd64, arm64, and ppc64
Patch from the mailinglist
Created attachment 122744 [details]
include/vki: fix vki_siginfo_t definition on amd64, arm64, and ppc64
Thanks. I pushed the commit as attached.
Checked that running make check-valgrind-memcheck doesn't show any issues anymore (at least no ptrace related).
commit 3bac39a10abf292d332bb20ab58c6dd5c28f9108
Not that this patch caused bug #416760 |