| Summary: | ppc: false positive in rt_sigaction | ||
|---|---|---|---|
| Product: | [Developer tools] valgrind | Reporter: | Craig Chaney <cwchaney> |
| Component: | general | Assignee: | Julian Seward <jseward> |
| Status: | REPORTED --- | ||
| Severity: | normal | CC: | cel, will_schmidt |
| Priority: | NOR | ||
| Version First Reported In: | 3.0.0 | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | sys_rt_sigaction patch (adopted from Paul's 2.4 ppc port) | ||
|
Description
Craig Chaney
2005-07-21 18:35:47 UTC
Created attachment 11868 [details]
sys_rt_sigaction patch (adopted from Paul's 2.4 ppc port)
This patch makes the PRE & POST functions for sys_rt_sigaction platform
specific, so they are removed from syswrap-generic.c and added to the amd64,
ppc, and x86 version. The ppc version is modified so that bogus values in the
sa_restorer fields in the parameters are not flagged as errors.
The patch also adds PRE and POST functions for sys_sigaction on ppc, and avoids
flagging bogus sa_restorer values there as well.
Tested on ppc and x86.
|