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