[openssh-commits] [openssh] branch master updated (f590798 -> b1b22dd)
git+noreply at mindrot.org
git+noreply at mindrot.org
Tue Mar 14 14:20:00 AEDT 2017
This is an automated email from the git hooks/post-receive script.
dtucker pushed a change to branch master
in repository openssh.
from f590798 Add a "unit" target to run only unit tests.
new f5746b4 upstream commit
new c6774d2 upstream commit
new 8884b72 upstream commit
new f57783f upstream commit
new b1b22dd Plumb conversion test into makefile.
The 5 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 b1b22dd0df2668b322dda174e501dccba2cf5c44
Author: Darren Tucker <dtucker at zip.com.au>
Date: Tue Mar 14 14:19:36 2017 +1100
Plumb conversion test into makefile.
commit f57783f1ddfb4cdfbd612c6beb5ec01cb5b9a6b9
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Tue Mar 14 01:20:29 2017 +0000
upstream commit
Add unit test for convtime().
Upstream-Regress-ID: 8717bc0ca4c21120f6dd3a1d3b7a363f707c31e1
commit 8884b7247d094cd11ff9e39c325ba928c5bdbc6c
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Tue Mar 14 01:10:07 2017 +0000
upstream commit
Add ASSERT_LONG_* helpers.
Upstream-Regress-ID: fe15beaea8f5063c7f21b0660c722648e3d76431
commit c6774d21185220c0ba11e8fd204bf0ad1a432071
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Tue Mar 14 00:55:37 2017 +0000
upstream commit
Fix convtime() overflow test on boundary condition,
spotted by & ok djm.
Upstream-ID: 51f14c507ea87a3022e63f574100613ab2ba5708
commit f5746b40cfe6d767c8e128fe50c43274b31cd594
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Tue Mar 14 00:25:03 2017 +0000
upstream commit
Check for integer overflow when parsing times in
convtime(). Reported by nicolas.iooss at m4x.org, ok djm@
Upstream-ID: 35e6a4e98f6fa24df50bfb8ba1307cf70e966f13
Summary of changes:
Makefile.in | 17 ++++++++
misc.c | 17 +++++---
regress/Makefile | 1 +
regress/unittests/Makefile | 7 ++--
regress/unittests/{bitmap => conversion}/Makefile | 4 +-
regress/unittests/conversion/tests.c | 47 +++++++++++++++++++++++
regress/unittests/test_helper/test_helper.c | 13 ++++++-
regress/unittests/test_helper/test_helper.h | 17 +++++++-
8 files changed, 110 insertions(+), 13 deletions(-)
copy regress/unittests/{bitmap => conversion}/Makefile (62%)
create mode 100644 regress/unittests/conversion/tests.c
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list