[openssh-commits] CVS: fuyu.mindrot.org: openssh

Damien Miller djm at fuyu.mindrot.org
Wed Aug 27 06:32:02 EST 2014


CVSROOT:        /var/cvs
Module name:    openssh
Changes by:     djm at fuyu.mindrot.org 14/08/27 06:32:02

Modified files:
    .               : ChangeLog configure.ac
    openbsd-compat  : explicit_bzero.c

Log message:
 - (djm) [openbsd-compat/explicit_bzero.c] implement explicit_bzero()
   using memset_s() where possible; improve fallback to indirect bzero
   via a volatile pointer to give it more of a chance to avoid being
   optimised away.

Diff commands:
cvs -nQq rdiff -u -r1.6945 -r1.6946 openssh/ChangeLog
cvs -nQq rdiff -u -r1.582 -r1.583 openssh/configure.ac
cvs -nQq rdiff -u -r1.1 -r1.2 openssh/openbsd-compat/explicit_bzero.c

ViewVC:
http://anoncvs.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.6945;r2=1.6946&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/configure.ac?r1=1.582;r2=1.583&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/openbsd-compat/explicit_bzero.c?r1=1.1;r2=1.2&view=patch

Please note that there may be a delay before commits are available
on the public ViewVC site.


More information about the openssh-commits mailing list