| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-03-03 | Fix signed/unsigned warning | sin | |
| 2015-03-03 | Remove gcc attribute decoration | sin | |
| 2015-03-03 | Don't trap on error for vsprintf() and friends | sin | |
| 2015-03-01 | Add fwrite() check | sin | |
| 2015-03-01 | Add fread() check | sin | |
| 2015-03-01 | Add vsprintf() check | sin | |
| 2015-03-01 | Fix potential signed/unsigned warning | sin | |
| 2015-03-01 | Add sprintf() check | sin | |
| 2015-02-28 | Minor style fix | sin | |
| 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 | Add compile-time checks as well | sin | |
| 2015-01-29 | Add license info | sin | |
| 2015-01-29 | Style fix | sin | |
| 2015-01-29 | Add fgets() checks | sin | |
| 2015-01-28 | Use BSD-style func defs | sin | |
| 2015-01-28 | Use local _n to avoid multiple evaluation | sin | |
| 2015-01-28 | Add snprintf() checks | sin | |
| We need to use a variadic macro in this case because GCC doesn't allow inline functions with variable argument lists. | |||
| 2015-01-28 | Use __builtin_va_list | sin | |
| 2015-01-28 | Add vsnprintf() checks | sin | |
