Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix SPNEGO crash #74

Closed
wants to merge 3 commits into from
Closed

Commits on Aug 10, 2015

  1. Avoid NULL dereference of 'actual_mech_type'

    The actual_mech is not promised till we complet the context.
    
    This fix a segfault when creating a SecurityContext with SPNEGO mech.
    iboukris committed Aug 10, 2015
    Configuration menu
    Copy the full SHA
    4b828ce View commit details
    Browse the repository at this point in the history
  2. Clean unreachable code

    Seem trivial, silents compiler warning:
    warning: gssapi/raw/sec_contexts.pyx:367:8: Unreachable code
    iboukris committed Aug 10, 2015
    Configuration menu
    Copy the full SHA
    f03de7c View commit details
    Browse the repository at this point in the history
  3. fixup for commit 4b828ce

    iboukris committed Aug 10, 2015
    Configuration menu
    Copy the full SHA
    adc4b6b View commit details
    Browse the repository at this point in the history