You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Non-zero risk fix - Remove readdir_r entirely and handle filenames > 255 bytes #116639, while we are highly confident that no readdir implementation may pose a problem today, our obsession with compatibility still makes us hesitant to discard the risk. If we choose to backport this, it would be better to do it after preview6 so the change gets ingested by most users (scream test).
Do nothing - These fixes can be labeled as reliability, I don't think we can choose this path as there's user reports showing this is hittable and hard to diagnose. Both options above also contain the IndexOf<byte>(0) fix mentioned by @jkotas which in itself is worth backporting.
Opening this issue to track if we should backport our fixes in FileSystemEnumerator, our options are:
IndexOf<byte>(0)fix mentioned by @jkotas which in itself is worth backporting.