[SVACE/414632] Check malloc return value
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Mon, 1 Apr 2019 07:57:40 +0000 (16:57 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Mon, 1 Apr 2019 10:46:52 +0000 (19:46 +0900)
commita2529f930a1bf47118f1f27e2029dc8835d62636
tree065311d6963e966ac2016dce5fd8e9deaeef4f27
parent1a493c320958542875823f79e892e48815f930f8
[SVACE/414632] Check malloc return value

Do not proceed if malloc returns null:
Warning Message
Pointer 'data' returned from function 'malloc' at nnscustom_framecounter.c:96 may be null, and it is dereferenced at nnscustom_framecounter.c:98.

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
tests/nnstreamer_sink/nnscustom_framecounter.c