diff --git a/[refs] b/[refs] index ddc5d8a1f673..8ec105e6be10 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c4a2d7fbec3029c8891a3ad5fceec2992096a3b7 +refs/heads/master: da9eac8990dc614ab4756f2a3d84870b675f1f1e diff --git a/trunk/lib/bug.c b/trunk/lib/bug.c index 530f38f55787..bfeafd60ee9f 100644 --- a/trunk/lib/bug.c +++ b/trunk/lib/bug.c @@ -37,6 +37,7 @@ */ #include #include +#include #include #include @@ -149,6 +150,7 @@ enum bug_trap_type report_bug(unsigned long bugaddr, struct pt_regs *regs) (void *)bugaddr); show_regs(regs); + add_taint(TAINT_WARN); return BUG_TRAP_TYPE_WARN; }