fix possible access to uninitialized memory in shgetc (via scanf)
[oweals/musl.git] / src / internal / shgetc.c
2020-04-17 Rich Felkerfix possible access to uninitialized memory in shgetc...
2019-03-15 Rich Felkerfix crash/out-of-bound read in sscanf
2018-09-15 Rich Felkerfix undefined behavior in strto* via FILE buffer pointe...
2013-06-22 Rich Felkerfix major scanf breakage with unbuffered streams, fmemo...
2012-04-16 Rich Felkerfix buggy limiter handling in shgetc
2012-04-16 Rich Felkerfix broken shgetc limiter logic (wasn't working)
2012-04-11 Rich FelkerMerge remote branch 'nsz/master'
2012-04-11 Rich Felkerfix incorrect initial count in shgetc when data is...
2012-04-11 Rich Felkeradd "scan helper getc" and rework strtod, etc. to use it