cvs commit: src/lib/libpam/modules/pam_ksu pam_ksu.c

Dag-Erling Smorgrav des at FreeBSD.org
Thu Dec 11 07:51:07 PST 2003


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


More information about the cvs-src mailing list