[Heimdal-source-changes] [heimdal/heimdal] a33b6d: hdb: more read_master_key leaks

GitHub noreply at github.com
Sat Nov 19 14:25:32 CET 2016


  Branch: refs/heads/master
  Home:   https://github.com/heimdal/heimdal
  Commit: a33b6d6b788b42370dd198cc80f85bcf1f6aeff3
      https://github.com/heimdal/heimdal/commit/a33b6d6b788b42370dd198cc80f85bcf1f6aeff3
  Author: Jeffrey Altman <jaltman at secure-endpoints.com>
  Date:   2016-11-19 (Sat, 19 Nov 2016)

  Changed paths:
    M lib/hdb/mkey.c

  Log Message:
  -----------
  hdb: more read_master_key leaks

Change-Id: Icf0bb8dc3cdcd2babb91b4180cec37737772373d


  Commit: 989a7c33797c8626df58725ce5c6701ee6560015
      https://github.com/heimdal/heimdal/commit/989a7c33797c8626df58725ce5c6701ee6560015
  Author: Jeffrey Altman <jaltman at secure-endpoints.com>
  Date:   2016-11-19 (Sat, 19 Nov 2016)

  Changed paths:
    M lib/kadm5/password_quality.c

  Log Message:
  -----------
  kadm5: kadm5_add_passwd_quality_verifier memory leak

if krb5_get_config_strings() returns the empty string do not return
immediately.  Instead the for() loop will be skipped because the empty
string represents the end of the string list permitting
krb5_config_free_strings() to free the allocated memory.

Change-Id: Ia6fdb13f716c07b53c8b3857af4f7ab8be578882


Compare: https://github.com/heimdal/heimdal/compare/bdfc24e9c045...989a7c33797c


More information about the Heimdal-source-changes mailing list