From: Mathieu Desnoyers Date: Thu, 23 Oct 2014 21:18:54 +0000 (-0400) Subject: workqueue: fix uninitialized next pointer X-Git-Url: https://git.liburcu.org/?a=commitdiff_plain;h=db9916c6618c4da50d5f2779af1640cab1ebcfed;hp=db9916c6618c4da50d5f2779af1640cab1ebcfed;p=urcu.git workqueue: fix uninitialized next pointer We use this next pointer to check if the worker in in the wait queue or not. Therefore, we need to initialize it to NULL. Signed-off-by: Mathieu Desnoyers ---