Christophe Leroy 59a12205d3 lkdtm: Add tests for NULL pointer dereference
Introduce lkdtm tests for NULL pointer dereference: check access or exec
at NULL address, since these errors tend to be reported differently from
the general fault error text. For example from x86:

    pr_alert("BUG: unable to handle kernel %s at %px\n",
        address < PAGE_SIZE ? "NULL pointer dereference" : "paging request",
        (void *)address);

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Kees Cook <keescook@chromium.org>
2019-01-09 12:00:31 -08:00
..
2017-11-15 18:21:04 -08:00
2018-08-21 23:54:18 -04:00
2018-12-19 10:11:38 +01:00
2019-01-01 15:55:29 -08:00
2018-09-25 20:21:02 +02:00
2018-12-28 20:54:57 -08:00
2018-04-23 13:31:27 +02:00