Skip to content

hotfix: correct minor bug in selection logic. Fix license report memo…#95

Merged
mscasso-scanoss merged 1 commit intomainfrom
5.4.15
Oct 25, 2025
Merged

hotfix: correct minor bug in selection logic. Fix license report memo…#95
mscasso-scanoss merged 1 commit intomainfrom
5.4.15

Conversation

@mscasso-scanoss
Copy link
Copy Markdown
Contributor

…ry issue


/* Open licenses structure */
char result[MAX_FIELD_LN * 10] = "\0";
char * result = calloc(MAX_FIELD_LN * 100, 1);
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.

Isn't it overestimated?

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Thank quique, but with the previous value we are having some memory issues in specific cases

Copy link
Copy Markdown
Contributor

@scanoss-qg scanoss-qg left a comment

Choose a reason for hiding this comment

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

LGTM

@mscasso-scanoss mscasso-scanoss merged commit 2cd55a3 into main Oct 25, 2025
2 checks passed
@mscasso-scanoss mscasso-scanoss deleted the 5.4.15 branch October 25, 2025 17:58
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.

3 participants