[Heimdal-source-changes] [heimdal/heimdal] 029d32: fix calls to memset_s

GitHub noreply at github.com
Sat Apr 29 19:55:40 CEST 2017


  Branch: refs/heads/master
  Home:   https://github.com/heimdal/heimdal
  Commit: 029d32580a3b04550ff736d8878d331dcfca864f
      https://github.com/heimdal/heimdal/commit/029d32580a3b04550ff736d8878d331dcfca864f
  Author: Jeffrey Altman <jaltman at secure-endpoints.com>
  Date:   2017-04-29 (Sat, 29 Apr 2017)

  Changed paths:
    M kadmin/random_password.c
    M lib/krb5/salt-des3.c

  Log Message:
  -----------
  fix calls to memset_s

In random_password() and DES3_string_to_key(), do not call
memset_s() with the sizeof a pointer.

Change-Id: I7dd49b9f717e1cb5c262f2d375d2b85be82cd2db


  Commit: cb1ab5b5fc8237705e82a56350e4ef25349576ae
      https://github.com/heimdal/heimdal/commit/cb1ab5b5fc8237705e82a56350e4ef25349576ae
  Author: Jeffrey Altman <jaltman at secure-endpoints.com>
  Date:   2017-04-29 (Sat, 29 Apr 2017)

  Changed paths:
    M lib/roken/getauxval.c

  Log Message:
  -----------
  roken: refactor rk_getauxval

Refactor rk_getauxval() to remove duplicate code and to ensure
that a value is always returned.

Change-Id: I3b452dbc11802169e2c96e7ad16e714e7a880450


Compare: https://github.com/heimdal/heimdal/compare/02ea07f93d34...cb1ab5b5fc82


More information about the Heimdal-source-changes mailing list