mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-11 09:26:28 +02:00
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.
4.2 KiB
4.2 KiB