Secure Programming Practices in C++

Secure Programming Practices in C++

NDC Conferences via YouTube Direct link

No Semantics

26 of 41

26 of 41

No Semantics

Class Central Classrooms beta

YouTube playlists curated by Class Central.

Classroom Contents

Secure Programming Practices in C++

Automatically move to the next video in the Classroom when playback concludes

  1. 1 Introduction
  2. 2 Agenda
  3. 3 What kind of specs exists
  4. 4 C Core Guidelines
  5. 5 C Coding Standard
  6. 6 Common Weakness Enumeration
  7. 7 Undefined Behavior
  8. 8 Undefined Behavior Example
  9. 9 Compiler Optimizations
  10. 10 The Disappearing Memset
  11. 11 Live Demo
  12. 12 References
  13. 13 Era of the SAE
  14. 14 Exploitability
  15. 15 Sign Integer Overflow
  16. 16 Overflows
  17. 17 Buffer Underflow
  18. 18 Incorrect Type Conversion
  19. 19 The Good Thing
  20. 20 Use Your Tools
  21. 21 Avoid loops
  22. 22 Save casts
  23. 23 Allocation
  24. 24 Garbage Collection
  25. 25 Make Sure
  26. 26 No Semantics
  27. 27 enum class
  28. 28 string literal
  29. 29 loop
  30. 30 literals
  31. 31 struct
  32. 32 quote operator
  33. 33 semantics to numbers
  34. 34 sizes
  35. 35 fuzzers
  36. 36 taint
  37. 37 pointer
  38. 38 clever code
  39. 39 shared pointer
  40. 40 shared state
  41. 41 modern C

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.