| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-02-24 | Remove compile time checks | sin | |
| These can produce false positives. Given that we support fortify source level 1 we shouldn't break valid code. | |||
| 2015-02-22 | Remove header license comments | sin | |
| 2015-02-04 | Remember to #undef __errordecl | sin | |
| Thanks zhasha for spotting this. | |||
| 2015-02-04 | Style fix | sin | |
| 2015-01-30 | Remove __restrict | sin | |
| 2015-01-29 | Fix typo | sin | |
| 2015-01-29 | Allow dest == src in memcpy() | sin | |
| memcpy() needs to accept dest == src for gcc. struct foo a, b; a = a; might be implemented using memcpy(). | |||
| 2015-01-29 | Add compile-time checks as well | sin | |
| 2015-01-29 | Add license info | sin | |
| 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 | |
