diff options
author | Spencer Jackson <spencer.jackson@mongodb.com> | 2017-03-31 11:47:59 -0400 |
---|---|---|
committer | Spencer Jackson <spencer.jackson@mongodb.com> | 2017-04-10 13:45:40 -0400 |
commit | 169f0f1178347f367d56b8ef8ec608b11ca71307 (patch) | |
tree | 09812505836e1a6cf0686497bf131fe361195bda /buildscripts/cpplint.py | |
parent | 54f2f3b1bcbf950d440daf839962630869a1a082 (diff) | |
download | mongo-169f0f1178347f367d56b8ef8ec608b11ca71307.tar.gz |
SERVER-28530 Prevent SSLThreadInfo destruction construction cycle
Diffstat (limited to 'buildscripts/cpplint.py')
-rwxr-xr-x | buildscripts/cpplint.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/cpplint.py b/buildscripts/cpplint.py index 4569df8a0c1..835661b7d9d 100755 --- a/buildscripts/cpplint.py +++ b/buildscripts/cpplint.py @@ -1638,7 +1638,7 @@ def make_polyfill_regex(): 'shared_lock,', 'shared_mutex', 'shared_timed_mutex', - 'this_thread', + 'this_thread(?!::at_thread_exit)', 'thread', 'timed_mutex', 'try_to_lock', |