Commit b73b8fa
authored
Fix in-proc crash reporter frame assert. (#131273)
Stackwalk callback in in-proc crash reporter didn't check if a
CrawlFrame was FrameLess before calling its GetRelOffset, something that
method asserts, triggering an abort in debug builds.1 parent 7827553 commit b73b8fa
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
263 | | - | |
| 263 | + | |
264 | 264 | | |
265 | 265 | | |
266 | 266 | | |
| |||
0 commit comments