Changeset 235 in openpam
- Timestamp:
- 05/25/03 12:52:31 (10 years ago)
- Location:
- trunk/lib
- Files:
-
- 2 edited
-
openpam_ttyconv.c (modified) (2 diffs)
-
pam_get_authtok.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/openpam_ttyconv.c
r232 r235 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/openpam_ttyconv.c#1 8$34 * $P4: //depot/projects/openpam/lib/openpam_ttyconv.c#19 $ 35 35 */ 36 36 … … 182 182 FREE(resp[--i]); 183 183 FREE(*resp); 184 *resp = NULL;185 184 RETURNC(PAM_CONV_ERR); 186 185 } -
trunk/lib/pam_get_authtok.c
r232 r235 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/pam_get_authtok.c#2 3$34 * $P4: //depot/projects/openpam/lib/pam_get_authtok.c#24 $ 35 35 */ 36 36 … … 113 113 RETURNC(r); 114 114 } 115 if (strcmp(resp, resp2) != 0) {115 if (strcmp(resp, resp2) != 0) 116 116 FREE(resp); 117 resp = NULL;118 }119 117 FREE(resp2); 120 118 }
Note: See TracChangeset
for help on using the changeset viewer.