Does Polyspace support POS33-C(Do not use vfork())?

I would like to know whether Polyspace Bug Finder supports the following CERT-C check:
POS33-C: Do not use vfork()

 채택된 답변

MathWorks Support Team
MathWorks Support Team 2022년 9월 21일
편집: MathWorks Support Team 2022년 9월 21일

0 개 추천

After POS33-C item has been removed in CERT-C guideline because vfork is not POSIX API, It also has been removed in Polyspace since R2021b. However, there is still the risk of using vfork exists, it has been changed to check with the OBSOLETE_STD_FUNC checker from R2021b. As many functions including vfork are judged to be obsolete, there may be more violations, but it will be more helpful for creating highly secure code.
Please see more information about 'Use of obsolete standard functions(OBSOLETE_STD_FUNC)' at the following URL.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Test Model Components에 대해 자세히 알아보기

제품

릴리스

R2021b

태그

아직 태그를 입력하지 않았습니다.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by