mirror of
https://github.com/projectatomic/bubblewrap.git
synced 2026-02-07 03:47:18 +01:00
If you read the logs, ASAN gets confused by us using PID namespaces. Perhaps we could figure out an API to change this later, but in the meantime, let's disable leak checks. We still get use-after-free detection. Closes: #170 Approved by: alexlarsson