1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 11:48:10 +00:00
serenity/Userland
Andrew Kaster c2d8b8ec14 Userland: Don't leak buffer from getline in shuf program
Probably doesn't matter too too much since the program exits almost
immediately after, but there's the principle of the thing to consider.
2021-02-28 18:19:37 +01:00
..
Applications Browser: Implemented out of process JS console 2021-02-28 15:30:17 +01:00
Demos WidgetGallery: add a simple Wizard demo :^) 2021-02-27 07:31:55 +01:00
DevTools Profiler: remove unimplemented Profile::LibraryMetadata::symbolicate() definition 2021-02-28 15:28:08 +01:00
DynamicLoader LibC: Add x86_64 implementation of setjmp() and longjmp() 2021-02-25 16:27:12 +01:00
Games Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Libraries Meta: Build AK and LibRegex tests in Lagom and for Serenity 2021-02-28 18:19:37 +01:00
MenuApplets Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Services WebContent: Added IPC calls for initializing JS console and sending input 2021-02-28 15:30:17 +01:00
Shell Shell: Remove WAITID_ONCE workaround 2021-02-28 18:19:37 +01:00
Tests Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes 2021-02-26 16:59:56 +01:00
Utilities Userland: Don't leak buffer from getline in shuf program 2021-02-28 18:19:37 +01:00
CMakeLists.txt Build: Build Userland with -O2, Kernel with -Os 2021-02-24 11:38:52 +01:00