Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Remove all usage of vsnprintf#8709

Merged
jkotas merged 1 commit into
dotnet:masterfrom
janvorli:cleanup-pal-functions
Dec 23, 2016
Merged

Remove all usage of vsnprintf#8709
jkotas merged 1 commit into
dotnet:masterfrom
janvorli:cleanup-pal-functions

Conversation

@janvorli
Copy link
Copy Markdown
Member

This change removes all usages of vsnprintf and modifies runtime to not to use
vsnprintf or _vsnprintf

I've also fixed two issues in PAL TRACE function string format parameters that
caused crashes when I was trying to run all PAL tests with PAL tracing enabled.

This change removes all usages of vsnprintf and modifies runtime to not to use
vsnprintf or _vsnprintf

I've also fixed two issues in PAL TRACE function string format parameters that
caused crashes when I was trying to run all PAL tests with PAL tracing enabled.
@janvorli janvorli force-pushed the cleanup-pal-functions branch from 077b064 to f011398 Compare December 22, 2016 23:26
@janvorli
Copy link
Copy Markdown
Member Author

@kouvel, @jkotas can one of you take a look please?

@jkotas jkotas merged commit f5cbe4c into dotnet:master Dec 23, 2016
@karelz karelz modified the milestones: 2.1.0, 2.0.0 Aug 28, 2017
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
This change removes all usages of vsnprintf and modifies runtime to not to use
vsnprintf or _vsnprintf

I've also fixed two issues in PAL TRACE function string format parameters that
caused crashes when I was trying to run all PAL tests with PAL tracing enabled.

Commit migrated from dotnet/coreclr@f5cbe4c
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants