Completed
untrusted attributes
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
GCC's -fanalyzer and the Linux Kernel
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Dashf analyzer
- 3 Dashf warnings
- 4 How it works
- 5 Tracking state of memory
- 6 Warnings
- 7 My day job
- 8 Detecting uninitialized fields
- 9 taint example
- 10 attacker controlled index
- 11 special case
- 12 second approach
- 13 access attribute
- 14 readonly attribute
- 15 tintedargs attribute
- 16 demo
- 17 example
- 18 trust boundaries
- 19 address spaces
- 20 custom address spaces
- 21 untrusted attributes
- 22 woohoo
- 23 CPU
- 24 RCU tag
- 25 Double underscore force
- 26 Smart Checkers
- 27 Address Space Cast
- 28 GCC annual release cycle
- 29 GCC plugins
- 30 Discussion