-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This was fixed by BlueCrab in 2013 for dcload-ip and just never made it into dcload-serial. The issue is that the original dcload was set up to just sent the raw host-side `DIR *` over to the target. This worked fine when those pointers were 32-bit, but as hosts moved to 64-bit it simply broke. Now instead, we keep a cache of those pointers and assign an fd before sending over to the target. This is maintaining the offset like dcload-ip, but a PR will be forthcoming to update fs_dcload to undo the hack on the dc side.
- Loading branch information
QuzarDC
committed
Jan 11, 2025
1 parent
dd88dcc
commit 52939d6
Showing
1 changed file
with
47 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters