Sponsored by: Netflix
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 69397 Build 66280: arc lint + arc unit
Event Timeline
| sys/dev/acpica/acpi.c | ||
|---|---|---|
| 1119 | This makes me wonder if there's some way we can detect leaks like this... | |
| sys/dev/acpica/acpi.c | ||
|---|---|---|
| 1119 | Maybe MSAN? The thing is, ACPI devices are rarely deleted, so it would be hard to trigger a leak I think. I only noticed this by code reading. | |