diff options
author | scherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-13 22:51:09 +0000 |
---|---|---|
committer | scherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-13 22:51:09 +0000 |
commit | bb678c9ae6f975bb0dd9730b5796fe42451fab0a (patch) | |
tree | c006e5a065e03c50743d61291f1a8ca43722c1ea /tools | |
parent | def4e42d382c8c658335902a798c451c83498409 (diff) | |
download | chromium_src-bb678c9ae6f975bb0dd9730b5796fe42451fab0a.zip chromium_src-bb678c9ae6f975bb0dd9730b5796fe42451fab0a.tar.gz chromium_src-bb678c9ae6f975bb0dd9730b5796fe42451fab0a.tar.bz2 |
Fix NULL dereference in CompositeFilterDeathTest.TestAddFilterFailCases.
r145771 changed the implementation of CompositeFilter::host() to no longer check whether host_impl_ was NULL. Even though we're removing this code soon a CHECK()-fail is preferable over a NULL dereference.
BUG=137276
TEST=DrMemory media_unittests
Review URL: https://chromiumcodereview.appspot.com/10703196
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146676 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/gtest_exclude/media_unittests.gtest-drmemory_win32.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/valgrind/gtest_exclude/media_unittests.gtest-drmemory_win32.txt b/tools/valgrind/gtest_exclude/media_unittests.gtest-drmemory_win32.txt deleted file mode 100644 index 018a577..0000000 --- a/tools/valgrind/gtest_exclude/media_unittests.gtest-drmemory_win32.txt +++ /dev/null @@ -1,2 +0,0 @@ -# Dereferences NULL. -CompositeFilterDeathTest.TestAddFilterFailCases |