serenity/Userland
Daniel Bertalan 5f92790489 LibVT: Fix out-of-bounds reads in ICH/DCH escape sequences
Previously, entering too big counts for these commands could cause a
wrap-around with the cell indices.

Also, we are now correctly copying the cell attributes as well as the
code point.
2021-06-10 17:18:02 +02:00
..
Applets
Applications FileManager: Save maximized window state on exit 2021-06-09 22:58:10 +02:00
Demos CatDog: Enhance the speech bubble artificial intelligence 2021-06-07 21:52:16 +02:00
DevTools LibCpp: Support non-field class members 2021-06-09 22:26:46 +02:00
DynamicLoader
Games AK+Everywhere: Disallow constructing Functions from incompatible types 2021-06-06 00:27:30 +04:30
Libraries LibVT: Fix out-of-bounds reads in ICH/DCH escape sequences 2021-06-10 17:18:02 +02:00
Services LibGUI/WindowServer: Add set_maximized IPC call 2021-06-09 22:58:10 +02:00
Shell Shell: Make time stop parsing options on first non-option 2021-06-08 11:30:58 +02:00
Utilities Meta: Disable -Wmaybe-uninitialized 2021-06-09 23:05:32 +04:30
CMakeLists.txt