[Bug 295623] Wrong type used for pipebuf in login.conf/cap_mkdb/login_class
Date: Tue, 26 May 2026 19:47:27 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=295623
--- Comment #2 from Ivan Rozhuk <rozhuk.im@gmail.com> ---
/usr/src/lib/libutil/login_class.c
{ "kqueues", login_getcapsize, RLIMIT_KQUEUES },
{ "umtxp", login_getcapnum, RLIMIT_UMTXP },
{ "pipebuf", login_getcapnum, RLIMIT_PIPEBUF },
kqueues probably should be login_getcapnum since it is FD, and openfiles is
NUMBER type.
--
You are receiving this mail because:
You are the assignee for the bug.