author | Sinthu Raja M <x0257345@ti.com> | |
Thu, 17 Jan 2019 11:53:29 +0000 (17:23 +0530) | ||
committer | Sinthu Raja M <x0257345@ti.com> | |
Thu, 17 Jan 2019 11:53:29 +0000 (17:23 +0530) | ||
commit | eb5d4f32d74bf310b2f0982a7ffb4e73d0addf38 | |
tree | f37d4ef738abcc489d3d709e288133cafb76ee61 | tree | snapshot (tar.xz tar.gz zip) |
parent | 201ca642859a4e2364675bac09e872a575337173 | commit | diff |
PRSDK-4807 Fix Klocwork issue
Issue: Pointer variables initialized as NULL is used for memcpy and
other functions which can possible result in dereferencing NULL pointer.
Fix: Added condition to check the Variables are not NULL before it is
been used by other functions.
Issue: Pointer variables initialized as NULL is used for memcpy and
other functions which can possible result in dereferencing NULL pointer.
Fix: Added condition to check the Variables are not NULL before it is
been used by other functions.
common/components/mss/src/mssproc.c | diff | blob | history |