Commit edb7e48
committed
Tweak
`mem.zeroes` was not compatible with the structure because it contained
non-nullable pointers. Those pointers have been made nullable.
`history_table` is also now initialized to undefined. It is an output
parameter of `windows.ntdll.RtlLookupFunctionEntry` and never read
afterward, so there should be no functional change.windows.UNWIND_HISTORY_TABLE for mem.zeroes compatibility1 parent 937e8cb commit edb7e48
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
764 | 764 | | |
765 | 765 | | |
766 | 766 | | |
767 | | - | |
| 767 | + | |
768 | 768 | | |
769 | 769 | | |
770 | 770 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4104 | 4104 | | |
4105 | 4105 | | |
4106 | 4106 | | |
4107 | | - | |
| 4107 | + | |
4108 | 4108 | | |
4109 | 4109 | | |
4110 | 4110 | | |
| |||
0 commit comments