diff options
author | sebmarchand@chromium.org <sebmarchand@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-13 01:46:26 +0000 |
---|---|---|
committer | sebmarchand@chromium.org <sebmarchand@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-13 01:46:26 +0000 |
commit | 8960f40c5568df1263fdb9b05a53f3650238d422 (patch) | |
tree | eb102e4c6dd6fd00fa92043bc28210dc0913f498 /third_party/mesa/README.chromium | |
parent | 8b76a0a2ca2de03cc6d0f493b58d841c38a4ed9f (diff) | |
download | chromium_src-8960f40c5568df1263fdb9b05a53f3650238d422.zip chromium_src-8960f40c5568df1263fdb9b05a53f3650238d422.tar.gz chromium_src-8960f40c5568df1263fdb9b05a53f3650238d422.tar.bz2 |
Allows the ADDRESS_SANITIZER define to be used on Windows.
Asan is coming on Windows soon with SyzyAsan. We should be able to use the ADDRESS_SANITIZER define. The __attribute__ flag is compiler specific.
BUG=
Review URL: https://chromiumcodereview.appspot.com/11549005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172767 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/mesa/README.chromium')
-rw-r--r-- | third_party/mesa/README.chromium | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/third_party/mesa/README.chromium b/third_party/mesa/README.chromium index 194b7ec..6a38b5c 100644 --- a/third_party/mesa/README.chromium +++ b/third_party/mesa/README.chromium @@ -78,7 +78,7 @@ Later modifications (see chromium.patch): - Guarded all usage of EGL_Y_INVERTED_NOK with EGL_NOK_texture_from_pixmap so that it can be compiled against standard EGL 1.4 headers. - + - Initialized uninitialized mask variable in eglconfig.c line 245. - Fixed compiler warning about cast to pointer from integer of different size @@ -107,10 +107,12 @@ Later modifications (see chromium.patch): ir_to_mesa.cpp https://code.google.com/p/chromium/issues/detail?id=139772 https://bugs.freedesktop.org/show_bug.cgi?id=52996 + https://codereview.chromium.org/11549005/ - Suppressed the OOB read reported by AddressSanitizer in _mesa_add_parameter from prog_parameter.c http://code.google.com/p/chromium/issues/detail?id=142316 + https://codereview.chromium.org/11549005/ - Fix the compile errors on Android |