[Coverity] Fix Coverity issue on task_runner.cpp
authorDonghak PARK <donghak.park@samsung.com>
Tue, 29 Aug 2023 06:33:41 +0000 (15:33 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Wed, 20 Sep 2023 06:48:51 +0000 (15:48 +0900)
commit6c53f9c4e1eb1283a265873d9d39a9793c3ca0f5
tree3fb8336c6e162f0b579e18fa315c1e971f76c205
parent540e9bd913407202564bccbf3baf1aa33ecf1612
[Coverity] Fix Coverity issue on task_runner.cpp

Fix Coverity issue
- returned_null : potentialy getcwd can returns nullptr so check it's value

Signed-off-by: Donghak PARK <donghak.park@samsung.com>
Applications/SimpleShot/task_runner.cpp