tsan: add 'free' to java nonsense reports
llvm-svn: 169494
This commit is contained in:
parent
fd5ebcd1b0
commit
fd1ba2af7d
|
|
@ -461,6 +461,7 @@ static bool IsJavaNonsense(const ReportDesc *rep) {
|
|||
|| internal_strcmp(frame->func, "memcpy") == 0
|
||||
|| internal_strcmp(frame->func, "strcmp") == 0
|
||||
|| internal_strcmp(frame->func, "strncpy") == 0
|
||||
|| internal_strcmp(frame->func, "free") == 0
|
||||
|| internal_strcmp(frame->func, "pthread_mutex_lock") == 0)) {
|
||||
frame = frame->next;
|
||||
if (frame == 0
|
||||
|
|
|
|||
Loading…
Reference in New Issue