]> granicus.if.org Git - sudo/commit
Cast sizeof(entry) to off_t before making it a negative offset for
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 24 Sep 2015 16:52:44 +0000 (10:52 -0600)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 24 Sep 2015 16:52:44 +0000 (10:52 -0600)
commit118680eabf64f31d9a4ea3145243dc8328772c2e
treea4a6acea00b7705bdc4f7b11ea5a0e47f848274c
parent824021b51b6400762492c9e21086e4f76a27e53a
Cast sizeof(entry) to off_t before making it a negative offset for
lseek().  Fixes "sudo -k" on Solaris and probably others.
plugins/sudoers/timestamp.c