4 citations · 4 across the 3 of their papers we have counts for
3 papers
COMMITGUARD: Differential Slice Fuzzing for Commit-Induced Bug Detection
Aniruddhan Murali, Noble Saji Mathews, Mahmoud Alfadel +1
Modern software systems evolve through frequent commits that implement bug fixes, features, and security patches. Although code review and testing are widely used to check these ch…
SNIPTEST: Fuzzing Multi-Level Code Slices for Validating Vulnerabilities
Aniruddhan Murali, Nobble Saji Mathews, Mahmoud Alfadel +2
Modern software systems are increasingly complex, and static analysis tools are commonly used to identify potentially vulnerable code by issuing warnings. However, these warnings o…
AddressWatcher: Sanitizer-Based Localization of Memory Leak Fixes
Aniruddhan Murali, Mahmoud Alfadel, Meiyappan Nagappan +2
Memory leak bugs are a major problem in C/C++ programs. They occur when memory objects are not deallocated.Developers need to manually deallocate these objects to prevent memory le…