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

Check if DocCookie is int instead of uint #68105

Merged
merged 2 commits into from
May 10, 2023

Conversation

RadwanFaci
Copy link
Contributor

Although doc cookies are technically a uint, the window frame property apparently casts it as an int before returning it. This means that boxedDocCookie is uint docCookie always fails and we'll never run the code inside of that if block.

@RadwanFaci RadwanFaci requested a review from a team as a code owner May 4, 2023 22:21
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead labels May 4, 2023
@ghost ghost added the Community The pull request was submitted by a contributor who is not a Microsoft employee. label May 4, 2023
@sharwell sharwell enabled auto-merge May 4, 2023 22:34
@RadwanFaci RadwanFaci closed this May 10, 2023
auto-merge was automatically disabled May 10, 2023 15:20

Pull request was closed

@RadwanFaci RadwanFaci reopened this May 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-IDE Community The pull request was submitted by a contributor who is not a Microsoft employee. untriaged Issues and PRs which have not yet been triaged by a lead
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants