Bug 187416 - support for __NR_{setregid,setreuid,setresuid} in exp-ptrcheck
Summary: support for __NR_{setregid,setreuid,setresuid} in exp-ptrcheck
Status: RESOLVED FIXED
Alias: None
Product: valgrind
Classification: Developer tools
Component: sgcheck (show other bugs)
Version: 3.4.1
Platform: Compiled Sources Linux
: NOR crash
Target Milestone: wanted3.5.0
Assignee: Julian Seward
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-17 16:28 UTC by Nick Hilliard
Modified: 2012-08-10 14:05 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Add support for some syscalls (661 bytes, patch)
2009-03-17 16:28 UTC, Nick Hilliard
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Hilliard 2009-03-17 16:28:22 UTC
Created attachment 32198 [details]
Add support for some syscalls

exp-ptrcheck is missing the following syscalls:

__NR_setresuid
__NR_setregid
__NR_setreuid

The attached patch fixes this.
Comment 1 Tom Hughes 2009-07-16 10:47:20 UTC
Fixed in r10481.