Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MachineLearning.Train] Change internal logic to resolve a memory leak #6393

Merged
merged 1 commit into from
Oct 15, 2024

Conversation

SeoHyungjun
Copy link
Contributor

Description of Change

There were issues with heap use after free and heap overflow occurring (TNINE-4152, 4153, 4154).

In order to solve this problem, modified the internal logic of the API.

API Changes

No API change.

@github-actions github-actions bot added the API12 Platform : Tizen 9.0 / TFM: net6.0-tizen9.0 label Oct 4, 2024
There were issues with heap use after free and heap overflow occurring
(TNINE-4152, 4153, 4154).

In order to solve this problem, modified the internal logic of the API.

Signed-off-by: SeoHyungjun <[email protected]>
Copy link
Collaborator

@devusr-sw-kim devusr-sw-kim left a comment

Choose a reason for hiding this comment

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

Verified in ASAN built image C# test for those 3 ASAN issues. Not anymore those asan issues are reported.

@devusr-sw-kim devusr-sw-kim merged commit 471c05d into Samsung:master Oct 15, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API12 Platform : Tizen 9.0 / TFM: net6.0-tizen9.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants