commit | 33aa90539a48325e6813f039ff0f68f4baeb0fb2 | [log] [tgz] |
---|---|---|
author | Leandro Pereira <leandro.pereira@intel.com> | Wed Jun 06 16:24:23 2018 -0700 |
committer | Maureen Helm <maureen.helm@nxp.com> | Fri Jun 08 13:07:19 2018 -0500 |
tree | 221f9ef92da7d864d384aff0ab02d6ef76d81d2e | |
parent | a37e037264164738da2984b14fa206157c3abb7b [diff] |
tests: kernel: fifo_timeout: Do not potentially dereference NULL ptrs The return value from k_fifo_get() might be NULL in some situations, so protect against that. Coverity-ID: 186190 Coverity-ID: 186058 Signed-off-by: Leandro Pereira <leandro.pereira@intel.com>