]> granicus.if.org Git - linux-pam/commit
pam_timestamp: fix typo in strncmp usage
authorDmitry V. Levin <ldv@altlinux.org>
Tue, 14 Jun 2016 23:03:13 +0000 (23:03 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 14 Jun 2016 23:03:13 +0000 (23:03 +0000)
commitdce30cd7a07523b0937e7a2cbb83fe744bdbfcf0
tree5bdd513e2822282618885ea68a2a1c0af0653f8f
parent2405afa2f019e4409b52396cdf62383b1440a165
pam_timestamp: fix typo in strncmp usage

Before this fix, a typo in check_login_time resulted to ruser and
struct utmp.ut_user being compared by the first character only,
which in turn could lead to a too low timestamp value being assigned
to oldest_login, effectively causing bypass of check_login_time.

* modules/pam_timestamp/pam_timestamp.c (check_login_time): Fix typo
in strncmp usage.

Patch-by: Anton V. Boyarshinov <boyarsh@altlinux.org>
modules/pam_timestamp/pam_timestamp.c