commit | 7ffc08dd78d68eff15bb77e43efbc1b606fb4fd8 | [log] [tgz] |
---|---|---|
author | Roman Smirnov <r.smirnov@omp.ru> | Wed Jul 10 14:31:47 2024 +0300 |
committer | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | Wed Jul 10 10:15:34 2024 -0400 |
tree | 7e3349a3e53dd99e38d8962ea6ade1cc9fb5cf65 | |
parent | 12525371ef082483d524447310da7d0f5866bf91 [diff] |
shared/vcp: prevent dereferencing of NULL pointers util_memdup() will terminate the program if memory allocation fails. Found with the SVACE static analysis tool.