nnstreamer / TAOS-CI

:tangerine: TAOS-CI (a.k.a LightSys) is an lightweight and efficient CI system to achieve "Review less, merge faster" with a tool-based review system. It is completely compatible with all GitHub repositories although TAOS-CI is designed & implemented for NNStreamer repository. (Homepage: https://taos-ci.github.io/)
http://nnstreamer.mooo.com/TAOS-CI/ci/taos/
Apache License 2.0
118 stars 90 forks source link

Add a check module to investigate deprecated functions #545

Open leemgs opened 5 years ago

leemgs commented 5 years ago

Background

We need to do not use deprecated or obsolescent functions when more secure equivalent functions are available. Deprecated functions are defined by the C Standard. Obsolescent functions are defined by this recommendation.

Reference

@jaeyun-jung

taos-ci commented 5 years ago

:octocat: cibot: Thank you for posting issue #545. The person in charge will reply soon.

leemgs commented 4 years ago

We added FlawFinder module to check if developers use deprecated functions or not.