Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
fmayer committed Mar 5, 2024
1 parent 0ec71ab commit 0908cbc
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 @@ -23,8 +23,8 @@ 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,
It is preferable to asan (below) because it has much less RAM overhead, and is
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
Expand Down

0 comments on commit 0908cbc

Please sign in to comment.