mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-11 01:06:01 +03:00
49b132a92d
On some cases, the FADT could be on the end of a page, so if we don't have two pages being mapped, we could easily read from a non-mapped virtual address, which will trigger the UB sanitizer. Also, we need to treat the FADT structure as volatile and const, as it may change at any time, but we should not touch (write) it anyhow. |
||
---|---|---|
.. | ||
Definitions.h | ||
DynamicParser.cpp | ||
DynamicParser.h | ||
Initialize.cpp | ||
Initialize.h | ||
MultiProcessorParser.cpp | ||
MultiProcessorParser.h | ||
Parser.cpp | ||
Parser.h |