Skip to content

Fix a crash bug when s4u2proxy is configured #272

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

Merged
merged 2 commits into from
Aug 29, 2022
Merged

Conversation

simo5
Copy link
Contributor

@simo5 simo5 commented Aug 29, 2022

If no cred store options are present at all the code now crashes trying
to access the structure that should hold the options as it is NULL.

Also add ifdefs that were missed in the original patch.

Fixes #271

simo5 added 2 commits August 28, 2022 20:03
If no cred store options are present at all the code now crashes trying
to access the structure that should hold the options as it is NULL.

Also add ifdefs that were missed in the original patch.

Signed-off-by: Simo Sorce <simo@redhat.com>
So we need to disable -Werror until we can replace those functions
with calls to the EVP api or internal code.

Signed-off-by: Simo Sorce <simo@redhat.com>
@simo5 simo5 merged commit 3d82ddf into gssapi:master Aug 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Release 1.6.4 cashes in some configurations
1 participant