Code review comment for ~info-martin-konrad/epics-base:dont-nuke-global-cac-thread-id-in-exit-handler

Revision history for this message
mdavidsaver (mdavidsaver) wrote :

epicsThreadPrivateDelete() has invalided the storage pointed to by caClientCallbackThreadId. Wouldn't this change be replacing a NULL dereference with a use after free()?

review: Needs Fixing

« Back to merge proposal