Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(89)

Side by Side Diff: tools/cfi/blacklist.txt

Issue 1504333012: CFI: blacklist wtf::Vector that sometimes casts garbage data. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: wtf/PartitionAllocator.h Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # e.g. RolloverProtectedTickClock 1 # e.g. RolloverProtectedTickClock
2 fun:*MutableInstance* 2 fun:*MutableInstance*
3 3
4 # WTF allocators. 4 # WTF allocators.
5 fun:*allocate*Backing* 5 fun:*allocate*Backing*
6 6
7 # WTF::ThreadSpecific 7 # WTF::ThreadSpecific
8 fun:*ThreadSpecific* 8 fun:*ThreadSpecific*
9 9
10 # Mesa contains several bad casts. 10 # Mesa contains several bad casts.
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 fun:*ThreadSafeRefCountedGarbageCollected*makeKeepAlive* 66 fun:*ThreadSafeRefCountedGarbageCollected*makeKeepAlive*
67 67
68 ############################################################################# 68 #############################################################################
69 # Base class's destructor accesses a derived class. 69 # Base class's destructor accesses a derived class.
70 70
71 fun:*DatabaseContext*contextDestroyed* 71 fun:*DatabaseContext*contextDestroyed*
72 72
73 # FIXME: Cannot handle template function LifecycleObserver<>::setContext, 73 # FIXME: Cannot handle template function LifecycleObserver<>::setContext,
74 # so exclude source file for now. 74 # so exclude source file for now.
75 src:*LifecycleObserver.h* 75 src:*LifecycleObserver.h*
76
77 # Blink wtf::Vector cast on non-initialized data
78 # https://crbug.com/568891
79 src:*wtf/Vector.h*
80 src:*wtf/PartitionAllocator.h*
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698