Skip to content

Commit 035ea10

Browse files
Update SecurityExploits/Ubuntu/accountsservice_CVE-2021-3939/README-build-accountsservice.md
Co-authored-by: intrigus-lgtm <60750685+intrigus-lgtm@users.noreply.github.com>
1 parent 24fff08 commit 035ea10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SecurityExploits/Ubuntu/accountsservice_CVE-2021-3939/README-build-accountsservice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ sudo dpkg -i ../*.deb
2525

2626
## How to build with address sanitizer (ASAN)
2727

28-
The instructions that I found [here](https://wiki.debian.org/LTS/Development/Asan) don't work on accountsservice. (I get lots of linker errors lie `undefined reference to `__asan_report_store8'`, presumably because `libasan` hasn't been included in the link step.) But I was able to successfully create an ASAN build by modifying `src/meson.build` like this:
28+
The instructions that I found [here](https://wiki.debian.org/LTS/Development/Asan) don't work on accountsservice. (I get lots of linker errors like `undefined reference to `__asan_report_store8'`, presumably because `libasan` hasn't been included in the link step.) But I was able to successfully create an ASAN build by modifying `src/meson.build` like this:
2929

3030
```
3131
diff --git a/src/meson.build b/src/meson.build

0 commit comments

Comments
 (0)