ladybird/Userland
Idan Horowitz 071ee7c6f4 LibCompress: Check for impossible back references in DeflateDecompressor
This commit makes sure that we fail if an encoded lz77 back reference
references bytes that are outside our sliding window, instead of just
silently failing, which triggers an assertion down the line.
2021-03-17 21:57:16 +01:00
..
Applications LibJS: Rename GlobalObject::initialize() => initialize_global_object() 2021-03-17 16:53:35 +01:00
Demos LibGfx: Rename 32-bit BitmapFormats to BGRA8888 and BGRx888x 2021-03-16 11:50:03 +01:00
DevTools Everywhere: Remove pessimizing and redundant move() 2021-03-17 16:30:15 +01:00
DynamicLoader Everywhere: Remove klog(), dbg() and purge all LogStream usage :^) 2021-03-12 17:29:37 +01:00
Games LibGfx: Rename 32-bit BitmapFormats to BGRA8888 and BGRx888x 2021-03-16 11:50:03 +01:00
Libraries LibCompress: Check for impossible back references in DeflateDecompressor 2021-03-17 21:57:16 +01:00
MenuApplets LibGfx: Rename 32-bit BitmapFormats to BGRA8888 and BGRx888x 2021-03-16 11:50:03 +01:00
Services Everywhere: Remove pessimizing and redundant move() 2021-03-17 16:30:15 +01:00
Shell Everywhere: Remove pessimizing and redundant move() 2021-03-17 16:30:15 +01:00
Tests LibM: Implement fmin/fmax 2021-03-15 22:02:38 +01:00
Utilities LibJS: Rename GlobalObject::initialize() => initialize_global_object() 2021-03-17 16:53:35 +01:00
CMakeLists.txt Build: Build Userland with -O2, Kernel with -Os 2021-02-24 11:38:52 +01:00