Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/agent/dfbscan.py
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ def __collect_potential_buggy_paths(
# For memory leak-style bug types we only update when the path is empty.
if not self.is_reachable:
self.state.update_potential_buggy_paths(
src_value, path_with_unknown_status
src_value, path_with_unknown_status + [src_value]
)
continue
for value, ctx in path_set:
Expand Down