Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 May 2026 19:47:27 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 295623] Wrong type used for pipebuf in login.conf/cap_mkdb/login_class
Message-ID:  <bug-295623-227-v82btoyQyy@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-295623-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

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.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-295623-227-v82btoyQyy>