Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2020-04-17 | remove spurious repeated semicolon in fmemopen | Rich Felker | 1 | -1/+1 |
2020-04-17 | combine two calls to memset in fmemopen | Rich Felker | 1 | -2/+2 |
2020-04-17 | fix possible access to uninitialized memory in shgetc (via scanf) | Rich Felker | 1 | -1/+1 |
2020-04-17 | fix undefined behavior in scanf core | Rich Felker | 1 | -0/+3 |