[dovecot/core] 90bd96: auth: Fix LDAP user iteration to not access alread...

GitHub noreply at github.com
Wed Jun 27 18:30:06 EEST 2018


  Branch: refs/heads/master
  Home:   https://github.com/dovecot/core
  Commit: 90bd9600a0e38e55c02c6266c1270fdd4138c07d
      https://github.com/dovecot/core/commit/90bd9600a0e38e55c02c6266c1270fdd4138c07d
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2018-06-27 (Wed, 27 Jun 2018)

  Changed paths:
    M src/auth/userdb-ldap.c

  Log Message:
  -----------
  auth: Fix LDAP user iteration to not access already freed memory

db_ldap_request_free() was called on already freed request. Changed to use
auth_request's pool to fix this, since the request is correctly referenced.



      **NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the dovecot-cvs mailing list