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

Unified Diff: webrtc/rtc_base/sanitizer.h

Issue 3009123002: Move UBSan warnings from a blacklist to the source (Closed)
Patch Set: Address review comments Created 3 years, 3 months 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/rtc_base/random_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/rtc_base/sanitizer.h
diff --git a/webrtc/rtc_base/sanitizer.h b/webrtc/rtc_base/sanitizer.h
index 49dc670fd1efc604c74e737f4af9240f727906f5..73099ac6fa5cdb6b113fb4d63e01bf251e670ab6 100644
--- a/webrtc/rtc_base/sanitizer.h
+++ b/webrtc/rtc_base/sanitizer.h
@@ -11,6 +11,8 @@
#ifndef WEBRTC_RTC_BASE_SANITIZER_H_
#define WEBRTC_RTC_BASE_SANITIZER_H_
+#include <stddef.h> // for size_t
+
#if defined(__has_feature)
#if __has_feature(address_sanitizer)
#define RTC_HAS_ASAN 1
« no previous file with comments | « webrtc/rtc_base/random_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698