Skip to content

Latest commit

 

History

History
19 lines (19 loc) · 605 Bytes

Undefined behavior issues.md

File metadata and controls

19 lines (19 loc) · 605 Bytes

Any behavior that is undefined in the specification but is allowed in the implementation will result in unexpected outcomes which may lead to security issues.


Slide Screenshot

0179.jpg


Slide Text

  • Undefined + Malicious -> Security
  • In Spec -> Defined
  • Not in Spec. -> Undefined
  • Undefined Behavior
  • Revert/Exploit
  • Defined Behavior
  • Spec + Implement + Doc

References


Tags