* Joe Simmons-Talbott via Libc-alpha: > Use a scratch_buffer rather than alloca to avoid potential stack > overflow. You don't need a scratch buffer anymore. Just read into the struct directly. Thanks, Florian