aboutsummaryrefslogtreecommitdiff
path: root/src/checksrc.whitelist
AgeCommit message (Collapse)Author
2015-06-02checksrc: detect fopen() for text without the FOPEN_* macrosDaniel Stenberg
Follow-up to e8423f9ce150 with discussionis in https://github.com/bagder/curl/pull/258 This check scans for fopen() with a mode string without 'b' present, as it may indicate that an FOPEN_* define should rather be used.
2015-03-17checksrc: introduce a whitelisting conceptDaniel Stenberg