Skip to content

Commit

Permalink
Update README about HWASan
Browse files Browse the repository at this point in the history
  • Loading branch information
fmayer committed Mar 5, 2024
1 parent b3ce6a2 commit 0ec71ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sanitizers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ what we need from the NDK and make it available to the build.

The recommended way to detect memory errors such as use-after-free in native
code is with hwasan. It uses special hardware features on 64-bit ARM devices,
and requires a special build of Android. It is preferable to asan (below)
because it has much less RAM overhead.
It is preferable to asan (below) because it has much less RAM overhead, and is
actively supported.

For more information, including how to flash a build of Android that supports
hwasan, refer to the Android developer
Expand Down

0 comments on commit 0ec71ab

Please sign in to comment.