[openssh-commits] [openssh] branch master updated (e679c09 -> 8f22911)
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed Oct 14 08:29:09 AEDT 2015
This is an automated email from the git hooks/post-receive script.
djm pushed a change to branch master
in repository openssh.
from e679c09 upstream commit
new 7365fe5 upstream commit
new 5225db6 upstream commit
new e929a43 upstream commit
new c39ad23 upstream commit
new c71be37 upstream commit
new 23fa695 upstream commit
new 8f22911 upstream commit
The 7 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 8f22911027ff6c17d7226d232ccd20727f389310
Author: Damien Miller <djm at mindrot.org>
Date: Wed Oct 14 08:28:19 2015 +1100
upstream commit
revision 1.20
date: 2015/10/13 20:55:37; author: millert; state: Exp; lines: +2 -2; commitid: X39sl5ay1czgFIgp;
In rev 1.15 the sizeof argument was fixed in a strlcat() call but
the truncation check immediately following it was not updated to
match. Not an issue in practice since the buffers are the same
size. OK deraadt@
commit 23fa695bb735f54f04d46123662609edb6c76767
Author: Damien Miller <djm at mindrot.org>
Date: Wed Oct 14 08:27:51 2015 +1100
upstream commit
revision 1.19
date: 2015/01/16 16:48:51; author: deraadt; state: Exp; lines: +3 -3; commitid: 0DYulI8hhujBHMcR;
Move to the <limits.h> universe.
review by millert, binary checking process with doug, concept with guenther
commit c71be375a69af00c2d0a0c24d8752bec12d8fd1b
Author: Damien Miller <djm at mindrot.org>
Date: Wed Oct 14 08:27:08 2015 +1100
upstream commit
revision 1.18
date: 2014/10/19 03:56:28; author: doug; state: Exp; lines: +9 -9; commitid: U6QxmtbXrGoc02S5;
Revert last commit due to changed semantics found by make release.
commit c39ad23b06e9aecc3ff788e92f787a08472905b1
Author: Damien Miller <djm at mindrot.org>
Date: Wed Oct 14 08:26:24 2015 +1100
upstream commit
revision 1.17
date: 2014/10/18 20:43:52; author: doug; state: Exp; lines: +10 -10; commitid: I74hI1tVZtsspKEt;
Better POSIX compliance in realpath(3).
millert@ made changes to realpath.c based on FreeBSD's version. I merged
Todd's changes into dl_realpath.c.
ok millert@, guenther@
commit e929a43f957dbd1254aca2aaf85c8c00cbfc25f4
Author: Damien Miller <djm at mindrot.org>
Date: Wed Oct 14 08:25:55 2015 +1100
upstream commit
revision 1.16
date: 2013/04/05 12:59:54; author: kurt; state: Exp; lines: +3 -1;
- Add comments regarding copies of these files also in libexec/ld.so
okay guenther@
commit 5225db68e58a1048cb17f0e36e0d33bc4a8fc410
Author: Damien Miller <djm at mindrot.org>
Date: Wed Oct 14 08:25:32 2015 +1100
upstream commit
revision 1.15
date: 2012/09/13 15:39:05; author: deraadt; state: Exp; lines: +2 -2;
specify the bounds of the dst to strlcat (both values were static and
equal, but it is more correct)
from Michal Mazurek
commit 7365fe5b4859de2305e40ea132da3823830fa710
Author: Damien Miller <djm at mindrot.org>
Date: Wed Oct 14 08:25:09 2015 +1100
upstream commit
revision 1.14
date: 2011/07/24 21:03:00; author: miod; state: Exp; lines: +35 -13;
Recent Single Unix will malloc memory if the second argument of realpath()
is NULL, and third-party software is starting to rely upon this.
Adapted from FreeBSD via Jona Joachim (jaj ; hcl-club , .lu), with minor
tweaks from nicm@ and yours truly.
Summary of changes:
openbsd-compat/realpath.c | 57 ++++++++++++++++++++++++++++++++++-------------
1 file changed, 41 insertions(+), 16 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list