[PATCH] ntdll: Increase size of buffer used to read lines of /proc/cpuinfo

Vitaliy Margolen wine-devel at kievinfo.com
Wed Nov 24 19:56:15 CST 2010


On 11/24/2010 12:23 PM, jimportal at gmail.com wrote:
> From: James Eder<jimportal at gmail.com>
>
> -	while (fgets(line,200,f) != NULL)
> +	while (fgets(line,450,f) != NULL)
You might as well then change this to "sizeof(line)".

Vitaliy.



More information about the wine-devel mailing list