Files
Jeff Squyres b8fb0df377 fix: avoid macOS swap disk crash [AI generated]
Skip the synthetic swap disk entry when collecting filesystem stats on macOS. The swap row is not a real mountpoint, so calling statvfs() on it fails and leaves the async disk-stat future in an error path.

Also release IOKit properties only when IORegistryEntryCreateCFProperties() succeeds and returns a valid object, avoiding an unsafe CFRelease() after failed property creation.
2026-06-01 11:11:05 -04:00
..