[Bug 248184] readlink("/proc/curproc/file") returns arbitrary correct name for programs with more than one link (name)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Jul 24 08:45:17 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248184

--- Comment #4 from Joerg.Schilling at fokus.fraunhofer.de ---
Implementing getexecname() would be an improvement as it does not need to use a
private buffer and in many cases  requires strdup() even though the string is
on the stack anyway.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list