According to man, pthread_setcancelstate's oldstate and
pthread_setcanceltype's oldtype parameters can be nullptr.
Check these parameters for != nullptr before attempting to
access their shadow memory.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 11823 Build 11823: arc lint + arc unit