Re: [Rd] [PATCH] Fix fscanf specifier in InIntegerAscii
> Steve Grubb > on Thu, 20 Jul 2017 17:28:53 -0400 writes: > Hello, > The SMBUF_SIZED_STRING allows fscanf to read upto 511 bytes. The buffer > at line 1382 is only 128 bytes. The fscanf format specifier ought to be > resized to prevent a stack overrun. Yes, you are r
[Rd] [PATCH] Fix fscanf specifier in InIntegerAscii
Hello, The SMBUF_SIZED_STRING allows fscanf to read upto 511 bytes. The buffer at line 1382 is only 128 bytes. The fscanf format specifier ought to be resized to prevent a stack overrun. Signed-of-by: Steve Grubb Index: saveload.c