We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9713a74 + 27a1dc0 commit 70f4cbdCopy full SHA for 70f4cbd
src/agent/dfbscan.py
@@ -350,7 +350,7 @@ def __collect_potential_buggy_paths(
350
# For memory leak-style bug types we only update when the path is empty.
351
if not self.is_reachable:
352
self.state.update_potential_buggy_paths(
353
- src_value, path_with_unknown_status
+ src_value, path_with_unknown_status + [src_value]
354
)
355
continue
356
for value, ctx in path_set:
0 commit comments