⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

fix: copy_file skip files larger than 1GB (Fixes #4039)#4051

Open
IamHuskar wants to merge 1 commit intorr-debugger:masterfrom
IamHuskar:fix_dotnet_doublemapping
Open

fix: copy_file skip files larger than 1GB (Fixes #4039)#4051
IamHuskar wants to merge 1 commit intorr-debugger:masterfrom
IamHuskar:fix_dotnet_doublemapping

Conversation

@IamHuskar
Copy link

@IamHuskar IamHuskar commented Feb 7, 2026

The original PR at #4048 . should use rebase instead of merge.

@IamHuskar
Copy link
Author

Why is the MAP_SHARED check placed after copy_file?

!(km.flags() & MAP_SHARED)) {
Can we change the order of these if conditions?
If the km region is MAP_SHARED, src.setTrace will be executed, but at that point, the file copying has already been completed.

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.

1 participant