]> granicus.if.org Git - linux-pam/commit
Relevant BUGIDs: 849498
authorThorsten Kukuk <kukuk@thkukuk.de>
Wed, 26 Nov 2003 08:50:59 +0000 (08:50 +0000)
committerThorsten Kukuk <kukuk@thkukuk.de>
Wed, 26 Nov 2003 08:50:59 +0000 (08:50 +0000)
commitd49298dd5398d34fe4cfd035d416c6ee126f5c95
treecc7998d77c8571f2552d13e871219005b3975025
parentd8eba606078c57e5480a82b5c1a1c9df4cf83a01
Relevant BUGIDs: 849498

Purpose of commit: bugfix

Commit summary:
---------------
The type of remember in support.c is int, not
long. But we compare remember with LONG_MIN
and LONG_MAX. While this works on 32bit
architectures, this fails on 64bit one.
INT_MIN and INT_MAX should be used.
modules/pam_unix/support.c