[PATCH] find: First simple implementation and tests

Alexandre Julliard julliard at winehq.org
Tue Jul 3 08:02:15 CDT 2018


Fabian Maurer <dark.shadow4 at web.de> writes:

> +    /* We read the complete input at once, for simplicity */

This doesn't scale, and it's going to go badly if some app passes a lot
of data. If it's really hard to process the entire input, then reading
only a few bytes would be better that reading everything.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list