Uploaded image for project: 'serf'
  1. serf
  2. SERF-153

CredHandle not freed when APR pool is destroyed

    XMLWordPrintableJSON

Details

    Description

      In auth_spnego_sspi.c from line 97

      if (SecIsValidHandle(&ctx->sspi_credentials))

      { FreeCredentialsHandle(&ctx->sspi_context); SecInvalidateHandle(&ctx->sspi_context); }

      I guess this should read

      if (SecIsValidHandle(&ctx->sspi_credentials))

      { FreeCredentialsHandle(&ctx->sspi_credentials); SecInvalidateHandle(&ctx->sspi_credentials); }

      Shouldn't it?

      Attachments

        Activity

          People

            Unassigned Unassigned
            michael-o Michael Osipov
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: