lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <49B7CF67.5070604@davidnewall.com>
Date: Thu, 12 Mar 2009 01:19:11 +1030
From: David Newall <davidn@...idnewall.com>
To: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [PATCH] fix off-by-one in __iterator_load_balance
An off-by-one bug in __iterator_load_balance causes it to erroneously
return NULL if the next task on the list is also the last entry in the
list. This patch corrects that fault.
View attachment "sched_fair.patch" of type "text/x-patch" (909 bytes)