about summary refs log tree commit diff
path: root/src/internal/shgetc.c
Commit message (Expand)AuthorAgeFilesLines
* fix possible access to uninitialized memory in shgetc (via scanf)Rich Felker2020-04-171-1/+1
* fix crash/out-of-bound read in sscanfRich Felker2019-03-141-1/+2
* fix undefined behavior in strto* via FILE buffer pointer abuseRich Felker2018-09-151-6/+15
* fix major scanf breakage with unbuffered streams, fmemopen, etc.Rich Felker2013-06-221-0/+1
* fix buggy limiter handling in shgetcRich Felker2012-04-161-4/+3
* fix broken shgetc limiter logic (wasn't working)Rich Felker2012-04-161-1/+4
* fix incorrect initial count in shgetc when data is already bufferedRich Felker2012-04-111-1/+1
* add "scan helper getc" and rework strtod, etc. to use itRich Felker2012-04-101-0/+24