build: Build with sanitizers #368
Labels
area/build-pipeline
Something to do with CI and build pipeline
area/quailty-assurance
Quality matters
enhancement
New feature or request
As we use some C library wrappers and Golang can't prove the lifetime of objects at compile-time, it's possible that
parca-agent
is not memory safe.It's very important that we have as many safeguards as possible as we run in privileged mode which we need to interact with the BPF subsystem.
Let's add memory sanitisers to
parca-agent
!cc @Sylfrena
The text was updated successfully, but these errors were encountered: