ladybird/Userland
Marcus Nilsson da8eea69e4 LibDebug: Make sure current_breakpoint has value before usage
Previously this caused a crash when no breakpoint was active since we
tried to get value().address before the has_value() check.
2022-07-03 21:54:46 +00:00
..
Applets Applets: Use spawn_or_show_error() for common spawn pattern 2022-06-03 12:29:56 +01:00
Applications Browser: Fix crash if clicking on non-visible nodes in the inspector 2022-07-03 20:45:11 +02:00
Demos Applications: Remove usages of deprecated implicit conversions 2022-06-28 17:52:42 +01:00
DevTools Everywhere: Fix two inconsistent serenity_lib() output names 2022-07-03 22:59:13 +02:00
DynamicLoader LibC+Kernel: Prevent string functions from calling themselves 2022-05-12 13:12:37 +02:00
Games Applications+Games+LibGUI: Fix layout problems 2022-06-30 11:51:25 +02:00
Libraries LibDebug: Make sure current_breakpoint has value before usage 2022-07-03 21:54:46 +00:00
Services LookupServer: Try other available DNS nameservers on network errors 2022-07-02 23:41:06 +03:00
Shell Shell: Ignore SIGCHLD after a few unsuccessful attempts at handling it 2022-06-24 22:53:16 +01:00
Utilities unzip: Remove the arbitrary file size limit 2022-07-02 11:12:49 +04:30
CMakeLists.txt Meta+Userland: Add ENABLE_USERSPACE_COVERAGE_COLLECTION CMake option 2022-05-02 01:46:18 +02:00