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 Mar 6, 2024
1 parent b3ce6a2 commit a52b2fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sanitizers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ what we need from the NDK and make it available to the build.
## Hardware-assisted Address Sanitizer (hwasan)

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.
code is with hwasan. It uses special hardware features on 64-bit ARM devices. 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 a52b2fe

Please sign in to comment.