정보보안기사 제11회 15번
From IT Wiki
Revision as of 00:52, 22 October 2022 by Maintenance script (talk | contribs) (Imported from text file)
과목: 시스템 보안
문제[edit | edit source]
15. 다음 중 C언어 함수 중에서 버퍼 오버플로우 취약점이 발생하지 안도록 하기 위해 권장하는 함수가 아닌 것은?
- ① strncat()
- ② strncpy()
- ③ snprintf( )
- ④ gets()
풀어보기[edit | edit source]
정답[edit | edit source]
- 4번