Files
ladybird/Kernel
Andreas Kling 842716a0b5 Kernel+LibC: Build with basic -fstack-protector support
Use simple stack cookies to try to provoke an assertion failure on
stack overflow.

This is far from perfect, since we use a constant cookie instead of
generating a random one on startup, but it can still help us catch
bugs, which is the primary concern right now. :^)
2019-12-20 21:03:32 +01:00
..
2019-07-13 08:00:24 +02:00
2019-09-28 13:59:49 +02:00
2019-08-11 16:30:43 +02:00