commit | 2468266ba0f23ae67e006f3fb0acf0996aab4179 | [log] [tgz] |
---|---|---|
author | Sieu Mun Tang <sieu.mun.tang@intel.com> | Sat Feb 19 21:49:48 2022 +0800 |
committer | Sieu Mun Tang <sieu.mun.tang@intel.com> | Wed Feb 23 16:30:30 2022 +0800 |
tree | 40866f7917432c486c172436cf68c65c59394f40 | |
parent | 33b89d5b88151ab7b1f3c030a7aed4ed569f6df4 [diff] |
fix(intel): null pointer handling for resp_len Previous changes from commit #6a659448 updates resp_len from an integer type to unsigned integer pointer type. This patch adds proper handling in case resp_len is a null pointer. Resp_len with value 0 are also changed to NULL to match the type change. Signed-off-by: Abdul Halim, Muhammad Hadi Asyrafi <muhammad.hadi.asyrafi.abdul.halim@intel.com> Change-Id: I75b3e3bfbb188d8e7b329ba3b948c23e31dec490