Fix: add missing NULL check after allocation
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 19 Nov 2013 02:07:13 +0000 (21:07 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 19 Nov 2013 02:07:54 +0000 (21:07 -0500)
commit911360f660e1a4ad85813ae363168e1ddd558f67
tree56d1052519982739ad406c98f1264bed7f1d5648
parent7e0b2b3e8d6332f014ebaeb7bbbe8b73c3c269e9
Fix: add missing NULL check after allocation

Found by coverity:

** CID 1021246:  Dereference null return value  (NULL_RETURNS)
/libringbuffer/shm.c: 80 in shm_object_table_create()

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
libringbuffer/shm.c
This page took 0.024717 seconds and 4 git commands to generate.