Skip to content

Commit

Permalink
Update README about HWASan
Browse files Browse the repository at this point in the history
  • Loading branch information
fmayer authored Feb 27, 2024
1 parent be0ebf2 commit 9eb856c
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 9eb856c

Please sign in to comment.