Attachments (1)
Change History (5)
by , 5 years ago
comment:1 by , 5 years ago
comment:2 by , 5 years ago
Ah, it must be a tail call. Probably the culprit is this: https://xref.plausible.coop/source/xref/haiku/src/system/kernel/device_manager/AbstractModuleDevice.cpp#90
comment:4 by , 5 years ago
Milestone: | Unscheduled → R1/beta2 |
---|
Assign tickets with status=closed and resolution=fixed within the R1/beta2 development window to the R1/beta2 Milestone
Note:
See TracTickets
for help on using tickets.
https://xref.plausible.coop/source/xref/haiku/src/system/kernel/fs/fd.cpp#510
There is already a NULL check here. So how is it *calling* (SMEP) a NULL pointer?
/dev/mem's control is indeed NULL though: https://xref.plausible.coop/source/xref/haiku/src/add-ons/kernel/drivers/misc/mem.c#41