mirror of
https://github.com/encounter/engine.git
synced 2026-03-30 11:09:55 -07:00
7fe505ca3c
The fd passed to fdopendir will be unusable afterward. Using a duplicate preserves the validity of the original directory fd passed to VisitFiles. Fixes https://github.com/flutter/flutter/issues/43844