[openssh-commits] [openssh] branch master updated (01dbeb30 -> b0fd60a9)

git+noreply at mindrot.org git+noreply at mindrot.org
Mon Feb 27 17:30:33 AEDT 2023


This is an automated email from the git hooks/post-receive script.

dtucker pushed a change to branch master
in repository openssh.

      from  01dbeb30  avoid clash between for getopt's struct option
       new  b0fd60a9  Do shadow expiry calcs using "long long".

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Detailed log of new commits:

commit b0fd60a9de62a03189ad57d0c07f0ac51dc00e95
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Mon Feb 27 17:28:59 2023 +1100

    Do shadow expiry calcs using "long long".
    
    Coverity flags these as potentially not 64bit time_t safe so use
    long long for the calculations and debug output.  ok djm@

Summary of changes:
 auth-shadow.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list