Re: [PATCH v2 2/2] stdio-common: Remove fallback realloc calls from vfscanf
Collin Funk <[email protected]>
| Newsgroups | gmane.comp.lib.glibc.alpha |
|---|---|
| Message-ID | <[email protected]> |
Florian Weimer <[email protected]> writes: > These merely delay the inevitable on 32-bit architectures. > Growing a buffer one character at a time is very slow, so this > could lead to even more processing time for very large inputs. > --- > v2: Typo fixes, bug reference. > stdio-common/vfscanf-internal.c | 316 +++++++++----------------------- > 1 file changed, 82 insertions(+), 234 deletions(-) Makes sense to me. Reviewed-by: Collin Funk <[email protected]> Collin