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:49 +0000 (21:07 -0500)
commitb02f77a4dffe33623570933fc79b0f60eb1b6de2
treef93ee135d8cd6532d44f709cbf0785236c8fca59
parent6a7f2e0d38901bdc8ec2c11b2bc94aa818ffddee
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.023991 seconds and 4 git commands to generate.