Skip to content

Conversation

calumgrant
Copy link
Contributor

The fix is to change the order in which the components of a for(...; ...; ...) statement are extracted, because the condition can introduce variables in the form x is Y y. Variable declarations need to be extracted before uses of the variable.

@calumgrant calumgrant added the C# label Dec 11, 2018
@calumgrant calumgrant requested a review from hvitved December 11, 2018 10:35
@calumgrant calumgrant requested a review from a team as a code owner December 11, 2018 10:35
hvitved
hvitved previously approved these changes Dec 11, 2018
@hvitved hvitved merged commit e142591 into github:master Dec 17, 2018
cklin pushed a commit that referenced this pull request May 23, 2022
…ve-is-safe

Note that the %q format directive escapes newlines, and therefore prevents log injection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants