Fix svace: deref of nullptr (#6862)
author이춘석/On-Device Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Fri, 23 Aug 2019 04:32:54 +0000 (13:32 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Fri, 23 Aug 2019 04:32:54 +0000 (13:32 +0900)
commit117109c1527c0dfd0dfe1b06c1517ba60e1056f0
treeddd0ad1f668ff17cf8f297f4d563112218e05667
parent8c72fed9b99c9612246fcdb88301a50142f98656
Fix svace: deref of nullptr (#6862)

* Fix svace: deref of nullptr

- Fix WGID 405901
- add assert for nullptr check

Signed-off-by: Chunseok Lee <chunseok.lee@samsung.com>
* fix format
runtimes/neurun/core/src/compiler/Scheduler.cc