Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lib: cmsis_rtos_v1: do null check before use #10142

Merged
merged 1 commit into from Sep 21, 2018

Conversation

nniranjhana
Copy link

@nniranjhana nniranjhana commented Sep 21, 2018

Moving a thread_def null check to top before
using the structure's elements.

Fixes #10092

Signed-off-by: Niranjhana N niranjhana.n@intel.com

Moving a thread_def null check to top before
using the structure's elements.

Signed-off-by: Niranjhana N <niranjhana.n@intel.com>
@codecov-io
Copy link

Codecov Report

Merging #10142 into master will not change coverage.
The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #10142   +/-   ##
=======================================
  Coverage   52.51%   52.51%           
=======================================
  Files         213      213           
  Lines       26144    26144           
  Branches     5634     5634           
=======================================
  Hits        13730    13730           
  Misses      10159    10159           
  Partials     2255     2255
Impacted Files Coverage Δ
lib/cmsis_rtos_v1/cmsis_thread.c 72.05% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6c89c4b...b6d0d2c. Read the comment docs.

@nashif nashif merged commit 1e152ff into zephyrproject-rtos:master Sep 21, 2018
@nniranjhana nniranjhana deleted the fix_null_check branch September 21, 2018 14:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants