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

Dag-Erling Smørgrav <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Triage                |In Discussion

--- Comment #1 from Dag-Erling Smørgrav <[email protected]> ---
Ugh, this probably affects pam_unix(8) as well.  The fault is evenly divided
between the modules and libutil, since it uses cgetstr() almost everywhere and
never free(3)s the result, even when it can (e.g. login_getcapnum(3), which by
the way uses strtoq(3) incorrectly).

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to