Replace __attribute__((no_address_safety_analysis)), which is deprecated, with __attr...
commit5c023ebb6038cb573e25b3aebd6c2f4bd59b07b5
authorglider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 25 Oct 2013 15:05:02 +0000 (25 15:05 +0000)
committerglider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 25 Oct 2013 15:05:02 +0000 (25 15:05 +0000)
treeb67cc836cc86382e43a0068e4410a64798cb5dfb
parent667339db63f3b196c89012cebca2f29f87389e14
Replace __attribute__((no_address_safety_analysis)), which is deprecated, with __attribute__((no_sanitize_address))

BUG=311283
R=mseaborn@chromium.org

Review URL: https://codereview.chromium.org/43683002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@231018 0039d316-1c4b-4281-b951-d872f2087c98
chrome/nacl/nacl_helper_linux.cc