summaryrefslogtreecommitdiff
path: root/src/runtime/asan
Commit message (Expand)AuthorAgeFilesLines
* runtime: add address sanitizer support for ppc64leArchana R2022-08-261-1/+1
* all: fix some typoscui fliter2022-08-161-2/+2
* runtime: add address sanitizer support for riscv64Meng Zhuo2022-05-161-1/+1
* cmd/compile: enable Asan check for global variablesfanzha022022-05-041-0/+38
* Revert "cmd/compile: enable Asan check for global variables"Bryan Mills2022-05-041-38/+0
* cmd/compile: enable Asan check for global variablesfanzha022022-05-041-0/+38
* Revert "cmd/compile: enable Asan check for global variables"Bryan Mills2022-04-221-38/+0
* cmd/compile: enable Asan check for global variablesfanzha022022-04-221-0/+38
* runtime: fix the issue that the -asan option cannot print where the error occ...fanzha022021-12-291-27/+4
* runtime/asan: declare asan reporting functions in CIan Lance Taylor2021-11-021-0/+12
* all: manual fixups for //go:build vs // +buildRuss Cox2021-10-281-3/+0
* runtime, runtime/asan: add asan runtime supportfanzha022021-10-261-0/+52