commit | a250c04b0cc807f626df92a7091ff13b3a3aa9ed | [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 | 7db1895f0be2f8c6710bf51d8441d5e53e3ef0fe [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