]> git.ipfire.org Git - thirdparty/valgrind.git/commit
FreeBSD: fix internal sysctlbyname
authorPaul Floyd <pjfloyd@wanadoo.fr>
Fri, 3 Feb 2023 12:51:04 +0000 (13:51 +0100)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Fri, 3 Feb 2023 12:51:04 +0000 (13:51 +0100)
commit4c80a467a93fd3e4be04b567fbaae6146b2b23de
tree7bda94926435b30f8e33938acf1413863e44955c
parentcdabd4ba74ea653515a1bf9a6e9067f3179c2d54
FreeBSD: fix internal sysctlbyname

I used the libc interface rather than the syscall interface.
The syscall also has the name length which libc adds.
coregrind/m_libcproc.c