Commit 1e1104a
Fix 32bit external pointer.
For 32bit external pointer it was performing a divide by size, and for
things not managed by snmalloc this was causing a crash. This checks
for zero, and gives the start of the address range as the start of the
object.1 parent a0377f6 commit 1e1104a
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
357 | 357 | | |
358 | 358 | | |
359 | 359 | | |
| 360 | + | |
| 361 | + | |
360 | 362 | | |
361 | 363 | | |
362 | 364 | | |
| |||
0 commit comments