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

Cherry pick memory map fix #19835

Merged
merged 1 commit into from
Mar 11, 2024
Merged

Conversation

maggie1059
Copy link
Contributor

Description

Windows memory map casts mapped_offset to DWORD directly. It will be truncated if it is larger than 2^32-1. We need to set high dwFileOffsetHigh for this case.

Motivation and Context

The bug was found from #19450

Description

Motivation and Context

### Description
<!-- Describe your changes. -->
Windows memory map casts mapped_offset to DWORD directly. It will be
truncated if it is larger than 2^32-1. We need to set high
dwFileOffsetHigh for this case.


### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->

The bug was found from #19450
@maggie1059 maggie1059 merged commit b4b6b9f into rel-os-1.17.0 Mar 11, 2024
100 of 107 checks passed
@maggie1059 maggie1059 deleted the user/wumaggie/cherry-pick-os branch March 11, 2024 17:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants