coverity
作者:互联网
【cert_env33_c_violation】
最近遇到一题coverity cert_env33_c_violation:calling system。
google后发现
ENV33-C. Do not call system()
https://wiki.sei.cmu.edu/confluence/pages/viewpage.action?pageId=87152177
大致来说,system()系统调用有被攻击的风险,不建议使用,推荐使用popen()代替。
标签:wiki,violation,env33,system,cert,coverity 来源: https://www.cnblogs.com/Big-hu/p/15958381.html