Tweak wording of readme
This commit is contained in:
parent
d2e3722772
commit
6cbd672a3e
@ -105,12 +105,11 @@ int main()
|
||||
"\n"
|
||||
"We use a stack-allocated 16 byte array and test un/poisoning\n"
|
||||
"various ranges of bytes from different alignments to clarify the\n"
|
||||
"poisoning behaviour of the API.\n"
|
||||
"\n"
|
||||
"This reveals that calling the API haphazardly, unaligned or\n"
|
||||
"straddling boundaries can lead to gaps in poisoned memory and hide\n"
|
||||
"potential leaks (as also demonstrated in [Manual ASAN poisoning and\n"
|
||||
"alignment](https://github.com/mcgov/asan_alignment_example)).\n"
|
||||
"poisoning behaviour of the API. This reveals that calling the API\n"
|
||||
"haphazardly, unaligned or straddling boundaries can lead to gaps in\n"
|
||||
"poisoned memory and hide potential leaks (as also demonstrated in\n"
|
||||
"[Manual ASAN poisoning and alignment]"
|
||||
"(https://github.com/mcgov/asan_alignment_example)).\n"
|
||||
"\n"
|
||||
"## References\n"
|
||||
"\n"
|
||||
|
@ -47,8 +47,7 @@ poisoning behaviour of the API.
|
||||
This reveals that calling the API haphazardly, unaligned or
|
||||
straddling boundaries can lead to gaps in poisoned memory and hide
|
||||
potential leaks (as also demonstrated in [Manual ASAN poisoning and
|
||||
alignment](https://github.com/mcgov/asan_alignment_example) example
|
||||
by `mcgov`.
|
||||
alignment](https://github.com/mcgov/asan_alignment_example)).
|
||||
|
||||
## References
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user