CompTIA
CAS-003 · Question #446
A development team is testing an in-house-developed application for bugs. During the test, the application crashes several times due to null pointer exceptions. Which of the following tools, if…
The correct answer is B. Static code analyzer. Null pointer is a reference to a location in memory where there is a null value. Not on a fuzzer’s
Research, Development and Collaboration
Question
A development team is testing an in-house-developed application for bugs. During the test, the application crashes several times due to null pointer exceptions. Which of the following tools, if integrated into an IDE during coding, would identify these bugs routinely?
Options
- AIssue tracker
- BStatic code analyzer
- CSource code repository
- DFuzzing utility
How the community answered
(40 responses)- A3% (1)
- B90% (36)
- C5% (2)
- D3% (1)
Explanation
Null pointer is a reference to a location in memory where there is a null value. Not on a fuzzer’s
Topics
#static code analysis#null pointer exception#secure coding#IDE integration
Community Discussion
No community discussion yet for this question.