Fix: out of memory error handling
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 7 Sep 2018 21:55:32 +0000 (17:55 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 7 Sep 2018 21:56:20 +0000 (17:56 -0400)
commitfbbb0005efb47a518b8cecbaad5556c4f526074f
tree804dc0e45597a6ec275fcde9860f54bcea00fcec
parent618fe80da324f12b265b64d43e6c1af59fb4d05f
Fix: out of memory error handling

CPU hotplug handles teardown on failure to complete adding an instance
of CPU hotplug. Trying to remove after a failed "add" on that instance
triggers a NULL pointer dereference OOPS.

Fixes: #1167
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
lib/ringbuffer/ring_buffer_backend.c
This page took 0.025788 seconds and 4 git commands to generate.