1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 02:37:36 +00:00
serenity/Userland
DexesTTP 0853d98420 LibCrypto: Fix an out-of-bounds access in UnsignedBigInteger
This is working fine for TLS because we have a big enough inline
capacity, but in theory we could have crashed at any time even with
our 512 words of inline capacity.
2021-05-13 19:18:07 +01:00
..
Applets LibCore+Everywhere: Move SeekMode out of IODevice 2021-05-12 11:00:45 +01:00
Applications FileManager: Set minimum folder pane width 2021-05-13 00:43:41 +01:00
Demos Everywhere: Add Alt shortcuts to remaining top-level menus 2021-05-12 18:09:42 +01:00
DevTools Userland+LibCore: Update FileWatcher + its users for InodeWatcher 2.0 2021-05-12 22:38:20 +02:00
DynamicLoader DynamicLoader: Remove math functionality in favor of -lgcc 2021-05-07 15:35:50 +02:00
Games 2048: Add separator before quit menu action 2021-05-12 23:04:36 +01:00
Libraries LibCrypto: Fix an out-of-bounds access in UnsignedBigInteger 2021-05-13 19:18:07 +01:00
Services WindowServer: Re-render window frame when setting unresponsive status 2021-05-12 22:51:56 +01:00
Shell LibCore+Everywhere: Move OpenMode out of IODevice 2021-05-12 11:00:45 +01:00
Utilities LibCore+Everywhere: Move SeekMode out of IODevice 2021-05-12 11:00:45 +01:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00