diff options
Diffstat (limited to 'run.c')
-rw-r--r-- | run.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -27,6 +27,8 @@ runops() { runlevel++; while ( op = (*op->op_ppaddr)() ) ; + + TAINT_NOT; return 0; } @@ -54,6 +56,8 @@ runops() { DEBUG_P(debprof(op)); } } while ( op = (*op->op_ppaddr)() ); + + TAINT_NOT; return 0; } |