]> Git Repo - linux.git/commit - scripts/coccicheck
coccicheck: Fix missing 0 index in kill loop
authorKees Cook <[email protected]>
Mon, 16 May 2016 12:55:58 +0000 (05:55 -0700)
committerMichal Marek <[email protected]>
Thu, 19 May 2016 07:56:59 +0000 (09:56 +0200)
commit2552a39facb6609007a02eeda5d5edee4fcaca30
tree4c75e6b7bc648a7d8b8f3ff058362625960446b6
parent65a9f31c5042e5bb50d30ed8ae374044be561054
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: Kees Cook <[email protected]>
Acked-by: Nicolas Palix <[email protected]>
Acked-by: Julia Lawall <[email protected]>
Signed-off-by: Michal Marek <[email protected]>
scripts/coccicheck
This page took 0.05216 seconds and 4 git commands to generate.