COD 302 - Secure C Memory Management
Course Details
Course Number: COD 302
Course Duration: 20 minutes
Course CPE Credits: .5
NICE Specialty Areas
Related Subject Matter
Foreign Languages Available:
- English
Course Overview
This secure coding course focuses on memory manipulation and allocation techniques for C-language software development.
Topics include:
- Key concepts of dynamic memory management
Common mistakes that lead to Out of Range Memory Access - Best practices to mitigate memory management vulnerabilities
- How to ensure that “freed” or “deleted” data in memory is no longer accessible