Skip to content

Fix heap memory overflow caused by CIL library#28

Merged
MiloradCvjetkovic merged 1 commit into
Arm-Examples:mainfrom
Jithendar11:fix/heap-memory-overflow
Jul 15, 2026
Merged

Fix heap memory overflow caused by CIL library#28
MiloradCvjetkovic merged 1 commit into
Arm-Examples:mainfrom
Jithendar11:fix/heap-memory-overflow

Conversation

@Jithendar11

Copy link
Copy Markdown
Contributor

Summary of changes:

  • In the CIL library, dynamic memory allocations occur during output tensor parsing. Previously, the allocated memory was not properly freed, resulting in a memory leak over time. This has now been fixed by ensuring the allocated memory is released appropriately.

@MiloradCvjetkovic
MiloradCvjetkovic self-requested a review July 15, 2026 12:19

@MiloradCvjetkovic MiloradCvjetkovic left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM

@MiloradCvjetkovic
MiloradCvjetkovic merged commit f5b8b3c into Arm-Examples:main Jul 15, 2026
16 of 20 checks passed
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.

2 participants