commit | 11dcc9bf0dba61c83269fb3cf234579d6f9ef192 | [log] [tgz] |
---|---|---|
author | Roman Smirnov <r.smirnov@omp.ru> | Tue Jul 09 17:35:01 2024 +0300 |
committer | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | Tue Jul 09 13:20:39 2024 -0400 |
tree | 451e5eb7a9b5a0e5e5dbbe4d316472a3dfe224c9 | |
parent | aa6063aa66954ac8321211145d1ae6b434b2555c [diff] |
shared: prevent dereferencing of NULL pointers It is necessary to add checks for NULL before dereferencing pointers. Found with the SVACE static analysis tool.