mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 07:36:50 +00:00
a685809e754005dca5dd8abc78b3de677bf64f8e
Ran into a horrendous bug where VirtualConsole would overrun its buffer and scribble right into some other object if we were interrupted while processing a character. Slapped an InterruptDisabler onto onChar for now. This provokes an interesting question though.. if a process is killed while its in kernel space, how the heck do we release any locks it held? I'm sure there are many different solutions to this problem, but I'll have to think about it.
Description
Languages
C++
66.2%
HTML
21.5%
JavaScript
10%
CMake
0.7%
Objective-C++
0.5%
Other
1%