Don't Look UB: Exposing Sanitizer-Eliding Compiler Optimizations
Offered By: ACM SIGPLAN via YouTube
Course Description
Overview
Explore a groundbreaking 18-minute conference talk from PLDI 2023 that uncovers the critical issue of sanitizer-eliding compiler optimizations. Delve into the research conducted by Raphael Isemann and colleagues from Vrije Universiteit Amsterdam, which reveals how optimizations can inadvertently remove sanitizer failures, potentially hiding bugs or introducing new ones. Learn about LookUB, a differential-testing based framework developed to identify these problematic optimizations in Clang. Discover how the researchers uncovered 17 sanitizer-eliding optimizations and subsequently found 20 new bugs in popular open-source projects like Linux Containers and WINE. Gain insights into their proposed mitigation strategy, which customizes the Clang optimizer with only a 4% overhead increase. This talk is essential for developers, compiler engineers, and security researchers interested in the intersection of compiler optimizations and code sanitization techniques.
Syllabus
[PLDI'23] Don't Look UB: Exposing Sanitizer-Eliding Compiler Optimizations
Taught by
ACM SIGPLAN
Related Courses
Control Flow Integrity in the Linux KernelLinux Foundation via YouTube A Fresh Look at Toolchains and Crosscompilers in 2020
Linux Foundation via YouTube A Few Effective GCC - Clang Optimizations for Embedded Systems
Linux Foundation via YouTube Embedded Linux Size Reduction Techniques
Linux Foundation via YouTube Using Clang for Fun and Profit - Examples from the Chromium Project
GOTO Conferences via YouTube