qsap: Initialize setCmd to avoid uninitialized memory access
setCmd variable is used to prepare the command with the arguments received. This can be initialized to the string "str" to avoid possible uninitialized memory access. Change-Id: I60cb4de5b01560e4bb079ed92e6c3bde6cfbf9c7 CRs-Fixed: 2098740
Loading
Please sign in to comment