14 lines
513 B
Diff
14 lines
513 B
Diff
Index: pam_pkcs11-pam_pkcs11-0.6.12/src/pam_pkcs11/pam_pkcs11.c
|
|
===================================================================
|
|
--- pam_pkcs11-pam_pkcs11-0.6.12.orig/src/pam_pkcs11/pam_pkcs11.c
|
|
+++ pam_pkcs11-pam_pkcs11-0.6.12/src/pam_pkcs11/pam_pkcs11.c
|
|
@@ -208,7 +208,7 @@ PAM_EXTERN int pam_sm_authenticate(pam_h
|
|
{
|
|
int i, rv;
|
|
const char *user = NULL;
|
|
- char *password;
|
|
+ char *password = NULL;
|
|
unsigned int slot_num = 0;
|
|
int is_a_screen_saver = 0;
|
|
struct configuration_st *configuration;
|