libpam: drop -Wno-uninitialized
commitb0162ac0f6ce4f4069c3b65cedeaacf8874d79f9
authorLauri Tirkkonen <lotheac@iki.fi>
Mon, 15 Apr 2019 19:30:35 +0000 (15 22:30 +0300)
committerLauri Tirkkonen <lotheac@iki.fi>
Mon, 15 Apr 2019 21:30:10 +0000 (16 00:30 +0300)
tree906be0a084e1b9b2883e6c5fc2b05badcdceb977
parentcfcf482827f3869c7f8a36913b61d86b9b08e726
libpam: drop -Wno-uninitialized

this had an actual bug: if read_pam_conf in run_stack failed, it would
try to deref modulep to include it in pam_trace message and promptly
crash. just goes to show how dangerous the Wno-uninitialized all around
the tree is...
usr/src/lib/libpam/Makefile.com
usr/src/lib/libpam/pam_framework.c