1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-24 22:57:35 +00:00
serenity/Userland
Andrew Kaster 74da0f24f0 LibC: Use u32 in arc4random instead of char[4]
There's no alignment requirements on a char[4] buffer, so this was
causing unaligned reads that were caught by UBSAN.
2021-05-27 15:18:03 +02:00
..
Applets LibCore: Make ProcessStatisticsReader return results in a Vector 2021-05-23 11:10:15 +02:00
Applications LibGUI+TextEditor: Add the calculation of selected words 2021-05-27 09:05:39 +01:00
Demos Revert "Userland: static vs non-static constexpr variables" 2021-05-21 10:30:52 +01:00
DevTools Profiler: Don't try to create a DisassemblyModel for invalid indices 2021-05-27 11:45:29 +02:00
DynamicLoader Userland: Port UBSAN implementation to userspace 2021-05-27 15:18:03 +02:00
Games Hearts: Highlight cards when an invalid play is attempted 2021-05-26 19:57:08 +02:00
Libraries LibC: Use u32 in arc4random instead of char[4] 2021-05-27 15:18:03 +02:00
Services DHCPClient: Avoid unaligned access when parsing options 2021-05-27 15:18:03 +02:00
Shell LibLine+Shell: Allow some programs to modify the current termios 2021-05-24 23:26:49 +04:30
Utilities LibWasm: Let the interpreter itself manage the call frame 2021-05-27 17:28:41 +04:30
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00