scispace - formally typeset
S

Seemanta Saha

Researcher at University of California, Santa Barbara

Publications -  20
Citations -  227

Seemanta Saha is an academic researcher from University of California, Santa Barbara. The author has contributed to research in topics: Symbolic execution & Computer science. The author has an hindex of 6, co-authored 16 publications receiving 133 citations. Previous affiliations of Seemanta Saha include Khulna University of Engineering & Technology.

Papers
More filters
Proceedings ArticleDOI

Harnessing evolution for multi-hunk program repair

TL;DR: In this paper, a set of repair locations are identified as evolutionary siblings, similar looking code, instantiated in similar contexts, that are expected to undergo similar changes, and the discovered siblings are then simultaneously repaired in a similar fashion.
Posted Content

Harnessing Evolution for Multi-Hunk Program Repair

TL;DR: This work presents a novel APR technique that generalizes single-hunk repair techniques to include an important class of multi-hunks bugs, namely bugs that may require applying a substantially similar patch at a number of locations.
Proceedings ArticleDOI

Symbolic path cost analysis for side-channel detection

TL;DR: A new technique for scalable detection of side- channels in software that is favourable performance against state-of-the-art tools as well as effectiveness and scalability on a set of sizable, realistic Java server-client and peer-to-peer applications.
Proceedings ArticleDOI

JVM fuzzing for JIT-induced side-channel detection

TL;DR: The results directly contradict the conclusions of four separate state-of-the-art program analysis tools for side-channel detection and demonstrate that JIT-induced side channels are prevalent and can be detected automatically.
Proceedings ArticleDOI

Symbolic path cost analysis for side-channel detection

TL;DR: This work presents a static, scalable analysis technique for detecting side channels in software systems by analyzing the control flow graph of the program with respect to a cost model, and identifies if achange in the secret value can cause a detectable change in the observed cost of theprogram behavior.