Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit d86bef73 authored by Eduardo Blanco's avatar Eduardo Blanco Committed by Simon Horman
Browse files

Fixed race condition at ip_vs.ko module init.



Lists were initialized after the module was registered.  Multiple ipvsadm
processes at module load triggered a race condition that resulted in a null
pointer dereference in do_ip_vs_get_ctl(). As a result, __ip_vs_mutex
was left locked preventing all further ipvsadm commands.

Signed-off-by: default avatarEduardo J. Blanco <ejblanco@google.com>
Signed-off-by: default avatarSimon Horman <horms@verge.net.au>
parent 714f095f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment