| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-03-13 | Rework fortify implementation to use extern inline | sin | |
| Overriding functions with macros is legal in C but a lot of software is not prepared for it. Use the extern inline method to achieve the same result. | |||
| 2015-03-11 | Put include guards in the reserved namespace | Trutz Behn | |
| fortify-headers is considered part of the implementation. | |||
| 2015-03-11 | Ignore C++ for now | sin | |
| It is not legal to override standard functions using macros in C++. We may have to revisit this in the future. | |||
| 2015-03-11 | Add ifdef guards for C++ code | sin | |
| 2015-02-28 | Style fix | sin | |
| 2015-02-28 | __fortify_realpath() should trap if PATH_MAX is not defined | sin | |
| This is currently done only if the pointer is non-NULL. | |||
| 2015-02-24 | Add realpath() check | sin | |
