https://bugs.kde.org/show_bug.cgi?id=416464
Bug ID: 416464
Summary: [Patch] Fix false reports for uninitialized memory for
PR_CAPBSET_READ/DROP
Product: valgrind
Version: 3.15 SVN
Platform: Other
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: memcheck
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Created attachment 125243
--> https://bugs.kde.org/attachment.cgi?id=125243&action=edit
Update prctl constants
SUMMARY
Valgrind does not recognize the PR_CAPBSET_* syscalls and thus defaults to
check for 5 parameters instead of two (including syscall number).
Current versions of libcap make use of PR_CAPBSET_READ calls and valgrind
reports an error.
--
You are receiving this mail because:
You are watching all bug changes.