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 compiling System.Net.Security.Native with HAVE_HEIMDAL_HEADERS #54682

Merged
merged 1 commit into from
Jul 9, 2021

Conversation

MichalStrehovsky
Copy link
Member

We are using malloc/free but don't declare a header. It likely happens to be included from GSS/GSS.h which is why it builds now, but it's not included from the Heimdal headers.

We are using malloc/free but don't declare a header. It likely happens to be included from GSS/GSS.h which is why it builds now, but not from the Heimdal headers.
@ghost
Copy link

ghost commented Jun 24, 2021

Tagging subscribers to this area: @dotnet/ncl, @vcsjones
See info in area-owners.md if you want to be subscribed.

Issue Details

We are using malloc/free but don't declare a header. It likely happens to be included from GSS/GSS.h which is why it builds now, but it's not included from the Heimdal headers.

Author: MichalStrehovsky
Assignees: -
Labels:

area-System.Net.Security

Milestone: -

Copy link
Member

@wfurt wfurt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@stephentoub
Copy link
Member

Thanks.

@stephentoub stephentoub merged commit e4ca022 into main Jul 9, 2021
@stephentoub stephentoub deleted the MichalStrehovsky-patch-1 branch July 9, 2021 15:04
@karelz karelz added this to the 6.0.0 milestone Jul 15, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Aug 14, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants