Commit bad31df
Fix createdump 'stack smashing detected' error on arm64 (#108208)
The changes from PR #91865 were reverted by PR #95433.
This change restores the fix from PR #91865 by changing the size back to SpecialDiagInfoSize
but uses the 4 parameter MemoryRegion constructor that doesn't assert the address/size is on
a PAGE_SIZE alignment (PR #95433).
Issue: #108023
Co-authored-by: Mike McLaughlin <mikem@microsoft.com>
Co-authored-by: Jeff Schwartz <jeffschw@microsoft.com>1 parent 2c4266c commit bad31df
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
202 | | - | |
203 | | - | |
| 202 | + | |
| 203 | + | |
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
| |||
0 commit comments