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 a segfault in mechglue #103

Closed
wants to merge 2 commits into from
Closed

Fix a segfault in mechglue #103

wants to merge 2 commits into from

Commits on May 27, 2024

  1. Fix typos

    Signed-off-by: Volker Lendecke <[email protected]>
    vlendec committed May 27, 2024
    Configuration menu
    Copy the full SHA
    5dfdd87 View commit details
    Browse the repository at this point in the history
  2. client: Make gpm_copy_gss_OID_set safe for GSS_C_NO_OID_SET

    Avoid a segfault in case the src OID_set came from a gssx_OID_set with
    gssx_OID_set_len==0 (see gp_conv_gssx_to_oid_set())
    
    Signed-off-by: Volker Lendecke <[email protected]>
    vlendec committed May 27, 2024
    Configuration menu
    Copy the full SHA
    b85beeb View commit details
    Browse the repository at this point in the history