Created attachment 125243 [details] 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.
Created attachment 125244 [details] Handle PR_CAPBSET_READ/DROP
(In reply to Stefan Brüns from comment #1) > Created attachment 125244 [details] > Handle PR_CAPBSET_READ/DROP This patch misses a "break;" statement.
Committed (+ an extra break), 685247b67a6104b71131de6ae6b2e455786a83ad. Thanks for the patch.