1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 12:17:35 +00:00
serenity/Userland
DexesTTP 36a56871c0 LibCrypto: Prevent a signed overflow during BigInt Modular Power
The algorithm isn't explicit about what type this needs to be. But this
passes all of the tests, so that's probably fine.
2021-05-14 11:36:39 +02:00
..
Applets Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
Applications Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
Demos Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
DevTools Profiler: Avoid copies / String construction when parsing profile (#7096) 2021-05-14 10:21:25 +02:00
DynamicLoader DynamicLoader: Remove math functionality in favor of -lgcc 2021-05-07 15:35:50 +02:00
Games Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
Libraries LibCrypto: Prevent a signed overflow during BigInt Modular Power 2021-05-14 11:36:39 +02:00
Services InspectorServer: Add another missing <AK/JsonObject.h> include 2021-05-13 23:56:25 +02:00
Shell Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
Utilities Userland: Remove no-longer-needed unveil()'s of /tmp/rpc 2021-05-13 23:28:40 +02:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00