Skip to content

Conversation

@adityamandaleeka
Copy link
Member

Fix #40525

@HaoK
Copy link
Member

HaoK commented Mar 18, 2022

Do we also need to do this for the installer CAs? i.e. the vcxproj for aspnetca/iisca and the random other ones under https://github.com/dotnet/aspnetcore/tree/main/src/Installers/Windows

@adityamandaleeka
Copy link
Member Author

adityamandaleeka commented Mar 18, 2022

Do we also need to do this for the installer CAs? i.e. the vcxproj for aspnetca/iisca and the random other ones under https://github.com/dotnet/aspnetcore/tree/main/src/Installers/Windows

Good call, yea, I think so. Will do that in a separate PR.

@adityamandaleeka
Copy link
Member Author

I think we should keep these commits separate FWIW so we can easily separate the SDL warning changes and the IISLib cleanup if needed in the future.

if( !m_Buff.Resize( static_cast<SIZE_T>(cbNeeded) ) )
{
hr = E_OUTOFMEMORY;
goto Finished;
Copy link
Member

Choose a reason for hiding this comment

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

Wow gotos!

Copy link
Member

Choose a reason for hiding this comment

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

Sometimes it's C code spiffed up in a .cpp file extension. :)

@adityamandaleeka adityamandaleeka merged commit 57c3104 into dotnet:main Mar 21, 2022
@ghost ghost added this to the 7.0-preview3 milestone Mar 21, 2022
@amcasey amcasey added area-networking Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions and removed area-runtime labels Jun 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area-networking Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

SDL signoff requirements - please enable additional C/C++ compiler warnings

4 participants