Commit d490527
fix: [disk-encrypt] Disk decrypt failed.
-- Add _FILE_OFFSET_BITS=64 and _LARGEFILE64_SOURCE compile definitions
to enable 64-bit file operations, fixing decryption failures on
partitions larger than 2GB.
-- Resolves seek position errors and line 951 execution failure in
diskencrypt.cpp when processing large disk partitions.
Log: fix issue
Bug: https://pms.uniontech.com/bug-view-327113.html1 parent 5031d1e commit d490527
1 file changed
Lines changed: 5 additions & 1 deletion
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
60 | 64 | | |
61 | 65 | | |
62 | 66 | | |
| |||
0 commit comments