Commit 7452640f authored by Peter Collingbourne's avatar Peter Collingbourne Committed by Commit Bot

Blacklist two ATL headers that contain bad casts.

Bug: 507755
Change-Id: I369d942e9c9afe3d600885377ce79e09f91ccaea
Reviewed-on: https://chromium-review.googlesource.com/818529Reviewed-by: default avatarEvgeniy Stepanov <eugenis@chromium.org>
Commit-Queue: Peter Collingbourne <pcc@chromium.org>
Cr-Commit-Position: refs/heads/master@{#523154}
parent 9bd7bf4a
...@@ -20,6 +20,7 @@ type:*BlockIUnknownMethods* ...@@ -20,6 +20,7 @@ type:*BlockIUnknownMethods*
type:*BlockRefType* type:*BlockRefType*
type:*SkAutoTUnref* type:*SkAutoTUnref*
type:*SkBlockComRef* type:*SkBlockComRef*
src:*atlcomcli.h
# invalid downcasts for IPC messages # invalid downcasts for IPC messages
# https://crbug.com/520760 # https://crbug.com/520760
...@@ -31,6 +32,9 @@ type:*EtwTraceProvider* ...@@ -31,6 +32,9 @@ type:*EtwTraceProvider*
# b/64003142 # b/64003142
fun:*internal_default_instance* fun:*internal_default_instance*
# CAtlArray<T> casts to uninitialized T*.
src:*atlcoll.h
############################################################################# #############################################################################
# Base class's constructor accesses a derived class. # Base class's constructor accesses a derived class.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment