[openssh-commits] [openssh] branch master updated (01a1e21c -> b8e2b797)

git+noreply at mindrot.org git+noreply at mindrot.org
Sat Jul 6 13:26:49 AEST 2019


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

dtucker pushed a change to branch master
in repository openssh.

      from  01a1e21c  Add missing bracket in EGD seeding code.
       new  2753521e  Add prototype for compat strndup.(bz#3032).
       new  4c3e00b1  Cast *ID types to unsigned long when printing.
       new  b8e2b797  Add prototype for strnlen to prevent warnings.

The 3 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 b8e2b797362526437e0642a6c2f2970d794f2561
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Sat Jul 6 13:13:57 2019 +1000

    Add prototype for strnlen to prevent warnings.

commit 4c3e00b1ed7e596610f34590eb5d54ee50d77878
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Sat Jul 6 13:02:34 2019 +1000

    Cast *ID types to unsigned long when printing.
    
    UID and GID types vary by platform so cast to u_long and use %lu when
    printing them to prevent warnings.

commit 2753521e899f30d1d58b5da0b4e68fde6fcf341e
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Sat Jul 6 12:54:43 2019 +1000

    Add prototype for compat strndup.(bz#3032).

Summary of changes:
 openbsd-compat/bsd-setres_id.c  | 12 ++++++------
 openbsd-compat/openbsd-compat.h |  8 ++++++++
 openbsd-compat/pwcache.c        |  4 ++--
 3 files changed, 16 insertions(+), 8 deletions(-)

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


More information about the openssh-commits mailing list