oneTBB
oneTBB copied to clipboard
Completion of error handling
Would you like to add more error handling for return values from functions like the following?
It makes sense. Thank you for the report.
critical_section
was removed in oneTBB
__itt_mutex_lock
is now wrapped too at fini_ittlib
.
:thinking: How does the mentioned “wrapping” improve the reported software situation?
You are right, sorry. I didn't notice that return value handling is still unchanged.
Notify @ekovanova. The return value is still unchecked for __itt_mutex_lock
at https://github.com/intel/ittapi/blob/master/src/ittnotify/ittnotify_static.c#L139
@isaevil is this issue still relevant?
How do you think about to improve static source code analysis also for this software? :thinking: