| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-01-29 | Trap if memcpy() pointers are overlapping | sin | |
| Maybe this should only be done if _FORTIFY_SOURCE > 1. | |||
| 2015-01-28 | Use BSD-style func defs | sin | |
| 2015-01-28 | Use #ifdef instead of #if defined | sin | |
| 2015-01-28 | Add mempcpy() checks | sin | |
| 2015-01-28 | Simplify checks | sin | |
| Do not perform checks only when `n' is constant, most of the time it is not. The bos == (size_t)-1 check is redundant because n > bos with bos == -1 will always be false. | |||
| 2015-01-28 | Remove trailing semicolon | sin | |
| 2015-01-28 | Add stpncpy() | sin | |
| 2015-01-28 | Add stpcpy() | sin | |
| 2015-01-28 | Move defines to the bottom | sin | |
| This allows us to re-use the functions internally. | |||
| 2015-01-28 | Merge __foo_chk() into __fortify_foo() | sin | |
| 2015-01-28 | Initial commit | sin | |
