diff options
| author | Mark Johnston <markjdb@gmail.com> | 2021-07-06 09:17:31 -0400 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2021-07-06 15:49:18 +0200 |
| commit | cca78469bc01d3ebcfcb8c4b1a72bdd8e812fa16 (patch) | |
| tree | abbc9c170f140924c39221c9e00bde7b0fb3fe9d /pkg | |
| parent | 3284ff0182b7257c2e0d2474b3188923235f1ed8 (diff) | |
pkg/build: enable KASAN in the default FreeBSD kernel config
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/build/freebsd.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/build/freebsd.go b/pkg/build/freebsd.go index 2ccf8628b..bea4c2f75 100644 --- a/pkg/build/freebsd.go +++ b/pkg/build/freebsd.go @@ -28,6 +28,7 @@ include "./GENERIC" ident SYZKALLER options COVERAGE options KCOV +options KASAN options TCPHPTS options RATELIMIT |
