Edit

IABSD.fr/src/usr.bin/passwd

Branch :

  • Show log

    Commit

  • Author : tobias
    Date : 2023-05-08 17:15:43
    Hash : ddc59748
    Message : Prevent signed integer overflow A signed integer overflow could occur after INT_MAX bad password attempts. Check for unlimited tries first and then increment the counter. Also consider INT_MAX to be a valid upper limit. ok millert@