K 10 svn:author V 3 des K 8 svn:date V 27 2010-03-22T11:00:57.256831Z K 7 svn:log V 323 Merge upstream r432: pam_end() already contains a NULL check, and it is not unreasonable to call it with a NULL pamh in a cleanup / error-handling situation. Remove OPENPAM_NONNULL, which may cause gcc to optimize away the NULL check. This fixes a potential NULL pointer dereference in error-handling code in passwd(1). END