summaryrefslogtreecommitdiffstats
path: root/third_party/mesa/README.chromium
diff options
context:
space:
mode:
authorglider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-13 15:39:11 +0000
committerglider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-13 15:39:11 +0000
commitc61fee2f41ca584ba4f48a2e41b9050147fd286e (patch)
tree42d9c22f16697c69d7c7d61a2ab099121e15c313 /third_party/mesa/README.chromium
parent13273037b00f221122d407e08efd874154806502 (diff)
downloadchromium_src-c61fee2f41ca584ba4f48a2e41b9050147fd286e.zip
chromium_src-c61fee2f41ca584ba4f48a2e41b9050147fd286e.tar.gz
chromium_src-c61fee2f41ca584ba4f48a2e41b9050147fd286e.tar.bz2
Annotate _mesa_add_parameter with __attribute__((no_address_safety_analysis)) to suppress a report from AddressSanitizer
BUG=142316 TBR=kbr Review URL: https://chromiumcodereview.appspot.com/10823286 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151272 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/mesa/README.chromium')
-rw-r--r--third_party/mesa/README.chromium4
1 files changed, 4 insertions, 0 deletions
diff --git a/third_party/mesa/README.chromium b/third_party/mesa/README.chromium
index a89dd06..acc23c9 100644
--- a/third_party/mesa/README.chromium
+++ b/third_party/mesa/README.chromium
@@ -107,3 +107,7 @@ 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
+
+- 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