Bug 501846 - Add x86 Linux shm wrappers
Summary: Add x86 Linux shm wrappers
Status: RESOLVED FIXED
Alias: None
Product: valgrind
Classification: Developer tools
Component: general (other bugs)
Version First Reported In: 3.24 GIT
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Paul Floyd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-03-21 20:23 UTC by Paul Floyd
Modified: 2025-03-21 20:43 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Floyd 2025-03-21 20:23:20 UTC
x86 Linux doesn't have sysctl wrappers for
shmget
shmat
shmat
or
shmdt
Comment 1 Paul Floyd 2025-03-21 20:43:24 UTC
Added wrappers and one regtest

commit afea9317a1c958cdac72c9f55a27c9ecd1253eb8 (HEAD -> master, origin/master, origin/HEAD)
Author: Paul Floyd <pjfloyd@wanadoo.fr>
Date:   Fri Mar 21 21:41:55 2025 +0100

    Bug 501846 - Add x86 Linux shm wrappers