On Sat Nov 8 02:17:57 2025 +0000, Elizabeth Figura wrote:
The problem is that we still have to return the (truncated) data in that case. Linux, at least, won't actually return any data if we don't pass a large enough buffer.
OK I see. Actually we could probably just use a 16 kB buffer since that's the Windows limit.
Note that there's the same issue in resolve_reparse_point().