mirror of
https://github.com/RGBCube/serenity
synced 2026-01-14 01:41:00 +00:00
Before doing a check if offset_in_region + num_bytes of the transfer descriptor are together more than NUM_TRANSFER_REGION_PAGES * PAGE_SIZE, check that addition of both of these parameters will not simply overflow which could lead to out-of-bounds read/write. Fixes #17518. |
||
|---|---|---|
| .. | ||
| Console.cpp | ||
| Console.h | ||
| DisplayConnector.cpp | ||
| DisplayConnector.h | ||
| GPU3DDevice.cpp | ||
| GPU3DDevice.h | ||
| GraphicsAdapter.cpp | ||
| GraphicsAdapter.h | ||
| Protocol.h | ||