ladybird/Userland
Maciej 394227b2f9 LibCoredump: Fix use-after-free in Backtrace::object_info_for_region()
The first line was creating a StringView object with region name. Then,
if the path didn't start with '/', it had assigned a String made from a
temporary LexicalPath join result.

This fixes the bug that only main executable's frames were displayed.
2022-02-04 20:03:47 +01:00
..
Applets WindowServer+Keymap+LibGUI: Add widget to display current keymap 2022-02-03 00:47:22 +01:00
Applications PixelPaint: Use Escape to clear rectangular selections 2022-02-04 16:11:48 +01:00
Demos Starfield: Add app icon 2022-02-01 04:11:56 +00:00
DevTools UserspaceEmulator: Implement ioctl TIOCSTI 2022-01-29 11:22:43 +01:00
DynamicLoader DynamicLoader+LibC+LibTimeZone: Include LibTimeZone sources in LibC 2022-01-23 12:48:26 +00:00
Games Chess: Don't use Vector in a literal iterator 2022-01-28 23:40:25 +01:00
Libraries LibCoredump: Fix use-after-free in Backtrace::object_info_for_region() 2022-02-04 20:03:47 +01:00
Services KeyboardPreferenceLoader: Don't crash when "Keymaps" is empty 2022-02-03 14:57:46 +01:00
Shell Shell: Add total time to builtin_time Timing Report 2022-02-04 15:09:22 +03:30
Utilities Base+WindowsServer+keymap: Store multiple keymaps in a config 2022-02-03 00:47:22 +01:00
CMakeLists.txt