Open
Bug 1897105
Opened 2 years ago
Scan read-only memory for badram
Categories
(Core :: XPCOM, task)
Core
XPCOM
Tracking
()
NEW
People
(Reporter: pbone, Unassigned)
References
(Blocks 1 open bug)
Details
We could scan read-only regions of memory like code and read-only data (.text, .rodata) and store their checksums. If they change, especially after a crash, we would know that there is bad memory. I think this can probably only occur in-process. But we could do it both in response to a crash, and in idle time (Bug 1897104)
You need to log in
before you can comment on or make changes to this bug.
Description
•