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