Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2020-04-17 | fix possible access to uninitialized memory in shgetc (via scanf) | Rich Felker | 1 | -1/+1 |
2019-03-14 | fix crash/out-of-bound read in sscanf | Rich Felker | 1 | -1/+2 |
2018-09-15 | fix undefined behavior in strto* via FILE buffer pointer abuse | Rich Felker | 1 | -6/+15 |
2013-06-22 | fix major scanf breakage with unbuffered streams, fmemopen, etc. | Rich Felker | 1 | -0/+1 |
2012-04-16 | fix buggy limiter handling in shgetc | Rich Felker | 1 | -4/+3 |
2012-04-16 | fix broken shgetc limiter logic (wasn't working) | Rich Felker | 1 | -1/+4 |
2012-04-11 | fix incorrect initial count in shgetc when data is already buffered | Rich Felker | 1 | -1/+1 |
2012-04-10 | add "scan helper getc" and rework strtod, etc. to use it | Rich Felker | 1 | -0/+24 |