Commit 551209f
fix(encryption): Use encrypted flag in FileInfo constructor for rawSize
Aligns with the stable34 backport (#62780): the constructor still
compared unencrypted_size against 0 instead of checking the encrypted
flag, so getSize(false) fell back to the on-disk size for zero-byte
encrypted files.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>1 parent ecfcd15 commit 551209f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
0 commit comments