diff --git a/index.html b/index.html index 188d858..ac10dec 100644 --- a/index.html +++ b/index.html @@ -1264,7 +1264,12 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b
  • 20.4. Userland multithreading
  • -
  • 20.5. Userland content bibliography
  • +
  • 20.5. C debugging + +
  • +
  • 20.6. Userland content bibliography
  • 21. Userland assembly @@ -17299,7 +17304,7 @@ root
    @@ -21228,6 +21233,32 @@ echo 1 > /proc/sys/vm/overcommit_memory
  • userland/cpp/hello.cpp

  • +
  • +

    templates

    +
    + +
    +
  • @@ -21464,7 +21495,22 @@ echo 1 > /proc/sys/vm/overcommit_memory
    -

    20.5. Userland content bibliography

    +

    20.5. C debugging

    +
    +

    Let’s group the hard-to-debug undefined-behaviour-like stuff found in C / C+ here and how to tackle those problems.

    +
    +
    +

    20.5.1. Stack smashing

    + + +
    +
    +
    +

    20.6. Userland content bibliography