Commit 9e024b6
committed
Fixed overflow when accessing stream data at offsets > 4GB
This fixes a long-standing issue with PDB files > 4GB.
When accessing stream data at file offsets > 4GB, the subexpression would overflow, resulting in a wrong offset.
This issue is only noticeable on PDB files > 4GB, and then only when stream data starts at an offset > 4GB.1 parent b59b75f commit 9e024b6
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
0 commit comments