Date: Thu, 11 Dec 2003 07:51:04 -0800 (PST) From: Dag-Erling Smorgrav <des@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpam/modules/pam_ksu pam_ksu.c Message-ID: <200312111551.hBBFp4jE018886@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
des 2003/12/11 07:51:04 PST FreeBSD src repository Modified files: lib/libpam/modules/pam_ksu pam_ksu.c Log: Fix a strict aliasing issue. Also remove an unnecessary pam_get_item() call (pam_get_authtok() will return the previous token if try_first_pass or use_first_pass is specified). Incidentally fix an ugly bug where the buffer holding the prompt was freed immediately before use, instead of after. Revision Changes Path 1.4 +6 -8 src/lib/libpam/modules/pam_ksu/pam_ksu.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200312111551.hBBFp4jE018886>