Skip to content

Fixed resource leaks in qilin module#1029

Merged
swissiety merged 5 commits intosoot-oss:developfrom
Bryce7832:bug/fix_resource_leaks_quilin
Aug 20, 2024
Merged

Fixed resource leaks in qilin module#1029
swissiety merged 5 commits intosoot-oss:developfrom
Bryce7832:bug/fix_resource_leaks_quilin

Conversation

@Bryce7832
Copy link
Copy Markdown
Contributor

@Bryce7832 Bryce7832 commented Aug 16, 2024

This document contains an analysis of the approach used to fix the resource leaks in the sootup.qilin module. Fixes #1026

Copy link
Copy Markdown
Collaborator

@swissiety swissiety left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thx for your contribution Bryce!
I've seen more resource leaks listed in your document (of some we were already aware especially in the AnalysisInputLocations but had no time to fix them, yet). We would be very pleased if you could contribute to fixing them as well :)

@Bryce7832 Bryce7832 force-pushed the bug/fix_resource_leaks_quilin branch from 1285e39 to 948f0e1 Compare August 19, 2024 18:45
@Bryce7832
Copy link
Copy Markdown
Contributor Author

Corrected resource leaks using try with resource instead of try/finally block. Awaiting approval.

@Bryce7832
Copy link
Copy Markdown
Contributor Author

Thx for your contribution Bryce! I've seen more resource leaks listed in your document (of some we were already aware especially in the AnalysisInputLocations but had no time to fix them, yet). We would be very pleased if you could contribute to fixing them as well :)

Yes, I will create an issue to fix the other resource leaks.

Copy link
Copy Markdown
Collaborator

@swissiety swissiety left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@swissiety swissiety merged commit 2f08679 into soot-oss:develop Aug 20, 2024
@Bryce7832 Bryce7832 deleted the bug/fix_resource_leaks_quilin branch October 4, 2024 20:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Resource leaks detected in sootup.quilin module

2 participants