mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
FreeBSD: update comment about __sysctlbyname and kern.proc.pathname
This commit is contained in:
parent
e2eeebafa6
commit
5830ece5cd
@ -6468,8 +6468,9 @@ PRE(sys___sysctlbyname)
|
||||
SET_STATUS_Success(0);
|
||||
}
|
||||
|
||||
// @todo PJF kern.proc.pathname
|
||||
// how is that done? jusr a pid or -1 in the string?
|
||||
// kern.proc.pathname doesn't seem to be handled
|
||||
// makes sense as the pid is variable and using
|
||||
// a MIB is easier than generating a string
|
||||
|
||||
// read number of ints specified in ARG2 from mem pointed to by ARG1
|
||||
PRE_MEM_READ("__sysctlbyname(name)", (Addr)ARG1, ARG2 * sizeof(int));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user