commit | 512c2176f6526e8d8396f3f2c6d6625fa7e36100 | [log] [tgz] |
---|---|---|
author | Rohit kumar <quic_rohkumar@quicinc.com> | Tue Feb 08 18:41:58 2022 +0530 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Sun Feb 13 23:54:24 2022 -0800 |
tree | f852b9f3727780caac5b02bc6503260a13ac67db | |
parent | f2928bc9853d3ce5042114b1b8104885472c06fe [diff] |
service: graph_module: Fix uninitialized access of tkv.kvp Tkv is accessed without initialization in error case which can lead to freeing of unallocated memory. Initialize tkv to fix the issue. Change-Id: I65223a10c08d407923ce405878abab83c823279a