ladybird/Kernel/Graphics
Liav A b19dc8a9b6 Kernel: Prevent out-of-bounds read/write in VirtIO GPU3DDevice::ioctl
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.
2023-02-23 09:33:54 +00:00
..
Bochs
Console
Generic
Intel Kernel/IntelGraphics: Move PLL handling code to a different file 2023-02-19 15:01:01 -07:00
VirtIOGPU Kernel: Prevent out-of-bounds read/write in VirtIO GPU3DDevice::ioctl 2023-02-23 09:33:54 +00:00
VMWare
Definitions.h
DisplayConnector.cpp Kernel/Graphics: Return ENODEV if there's no valid EDID to return 2023-02-19 15:01:01 -07:00
DisplayConnector.h
GenericGraphicsAdapter.h
GraphicsManagement.cpp
GraphicsManagement.h