Coverity/1123747/1123767/1123869: Stack Size Limit
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Mon, 10 Feb 2020 08:00:36 +0000 (17:00 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Mon, 10 Feb 2020 08:44:36 +0000 (00:44 -0800)
commit44bf445b8f8e6e2bb1ad304b786534bd97781131
tree982e8dee4a1117de586148aa1490f27d5f760d9f
parent0666be3743acb698a9acae4b34276fae61b6ec99
Coverity/1123747/1123767/1123869: Stack Size Limit

Coverity says not to use stack variable larger than 10kB.
Move verify_data data to global so that it does not
consume the stack.

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
tests/tizen_capi/unittest_tizen_sensor.cc