serenity/Games
Andreas Kling 228ace854c LibGfx: Don't allow creating bitmaps whose sizes would overflow
If the area or size_in_bytes calculation for a Gfx::Bitmap would
overflow, we now refuse to create such a bitmap and return nullptr.

Thanks to @itamar8910 for finding this! :^)
2020-04-15 12:28:49 +02:00
..
Minesweeper LibGUI: Add MenuBar::add_menu(name) 2020-04-04 12:58:05 +02:00
Snake LibGUI: Add MenuBar::add_menu(name) 2020-04-04 12:58:05 +02:00
Solitaire LibGfx: Don't allow creating bitmaps whose sizes would overflow 2020-04-15 12:28:49 +02:00
Makefile Build: Only look at SUBDIRS with Makefiles 2020-02-25 19:56:48 +01:00