Dmitry V. Levin
Dmitry V. Levin
Since the parent process is intentionally not calling `pam_end`, the pam handle and all memory it references are leaked.
@keszybz I've amended the PR to explicitly mention this issue, otherwise the PR didn't show up here although the commits were.
Yes, this makes sense, there should be a file describing the whole project, but I'm not volunteering to do this job. :) Given that options are also described in `passwdqc.conf(5)`...
Indeed. I think we should rather deal with the issue in `Makefile`.
> Alternatively, we could do: > > ```diff > +++ b/Makefile > @@ -128,8 +128,9 @@ default: all > all locales pam utils install install_lib install_locales install_pam install_utils uninstall remove...