Completed
What do binding bugs look like?
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Finding and Preventing Bugs in JavaScript Bindings
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Binding code: extending the JavaScript environment
- 3 Write a string to a file from JavaScript
- 4 Chrome browser runtime system
- 5 Binding errors can lead to violations of JavaScript's
- 6 We focus on finding and preventing binding bugs in four JavaScript runtime systems
- 7 Static analysis tools to find bugs in binding code
- 8 What do binding bugs look like?
- 9 Buffer fill in context
- 10 Checker for memory errors in Node.js
- 11 A use-after-free bug in PDFium
- 12 Checker results
- 13 Preventing bugs with a safer JavaScript engine API
- 14 Wrap up