summaryrefslogtreecommitdiff
path: root/src/internal/shgetc.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-17fix possible access to uninitialized memory in shgetc (via scanf)Rich Felker1-1/+1
2019-03-14fix crash/out-of-bound read in sscanfRich Felker1-1/+2
2018-09-15fix undefined behavior in strto* via FILE buffer pointer abuseRich Felker1-6/+15
2013-06-22fix major scanf breakage with unbuffered streams, fmemopen, etc.Rich Felker1-0/+1
2012-04-16fix buggy limiter handling in shgetcRich Felker1-4/+3
2012-04-16fix broken shgetc limiter logic (wasn't working)Rich Felker1-1/+4
2012-04-11fix incorrect initial count in shgetc when data is already bufferedRich Felker1-1/+1
2012-04-10add "scan helper getc" and rework strtod, etc. to use itRich Felker1-0/+24