ladybird/Userland
Arda Cinar e2566d5126 LibMarkdown: Prevent a crash when rendering code blocks to console
When parsing a code block not in a section (in a file without a
heading), the parser would initialize the code block with an
uninitialized (invalid) value for current_section. Accessing this value
would later cause a segmentation fault in render_to_terminal.
2022-12-15 16:30:21 +00:00
..
Applets LibCore: Rename Stream::read_all to read_until_eof 2022-12-12 14:16:42 +01:00
Applications Piano: Overhaul AudioPlayerLoop and throw out event loops 2022-12-15 00:21:00 -07:00
BuggieBox Userland: Add the BuggieBox program 2022-11-26 12:41:47 -07:00
Demos VirGLDemo: Make a factory function for Demo and propagate errors 2022-12-15 12:35:19 +00:00
DevTools LibFileSystemAccessClient: Rename try_save_file => 2022-12-14 18:26:25 +00:00
DynamicLoader AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
Games LibFileSystemAccessClient: Rename try_save_file => 2022-12-14 18:26:25 +00:00
Libraries LibMarkdown: Prevent a crash when rendering code blocks to console 2022-12-15 16:30:21 +00:00
Services LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr 2022-12-15 06:56:37 -05:00
Shell Shell: Disable interactive mode on '-c' 2022-12-12 13:57:06 +00:00
Utilities LibCore: Rename MemoryStream to FixedMemoryStream 2022-12-15 13:28:29 +00:00
CMakeLists.txt Userland: Add the BuggieBox program 2022-11-26 12:41:47 -07:00