acassis commented on code in PR #17129:
URL: https://github.com/apache/nuttx/pull/17129#discussion_r2390972926
##########
libs/libc/pthread/pthread_keydelete.c:
##########
@@ -74,6 +75,7 @@ int pthread_key_delete(pthread_key_t key)
if (ret == OK)
Review Comment:
Please include "DEBUGASSERT(tls != NULL);" as well, task_get_info() is
called in different moments and could return different things (no critical
section)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]