Re: [Rd] [PATCH] Fix fscanf specifier in InIntegerAscii

2017-07-21 Thread Martin Maechler
> 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

2017-07-20 Thread Steve Grubb
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