Skip to content
Commit 2552a39f authored by Kees Cook's avatar Kees Cook Committed by Michal Marek
Browse files

coccicheck: Fix missing 0 index in kill loop



By default, "seq" counts from 1, but processes were starting counting
from 0, so when interrupted, coccicheck would leave the 0th process
running.

Signed-off-by: default avatarKees Cook <keescook@chromium.org>
Acked-by: default avatarNicolas Palix <nicolas.palix@imag.fr>
Acked-by: default avatarJulia Lawall <julia.lawall@lip6.fr>
Signed-off-by: default avatarMichal Marek <mmarek@suse.com>
parent 65a9f31c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment