Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 851 Bytes

File metadata and controls

17 lines (16 loc) · 851 Bytes
title Automatically Detecting Variability Bugs Through Hybrid Control and Data Flow Analysis
date 2023-05-25
authors
Kelly Kaoudis
Henrik Brodin
Evan Sultanik
conference
LangSec Workshop at IEEE S&P 2023
resources
label path
Slides
langsec_2023_ubet.pdf
label url
Paper (IEEE Xplore)

This talk presents a hybrid control and data flow analysis approach for automatically detecting variability bugs in software. Variability bugs arise when a program's behavior varies unexpectedly based on inputs or environmental conditions, often due to undefined behavior or implementation-specific assumptions. The approach combines control flow and data flow analysis techniques to identify these subtle bugs that are difficult to detect with traditional methods.