Skip to content

Conversation

@Smattr
Copy link
Owner

@Smattr Smattr commented Oct 2, 2025

No description provided.

Smattr added 2 commits October 1, 2025 17:02
CodeChecker says:

  [MEDIUM] clink/src/main.c:61:10: Potential leak of memory pointed to by 's'
    [unix.Malloc]
    while (true) {
           ^

  [MEDIUM] clink/src/main.c:135:36: Use of memory after it is freed
    [unix.Malloc]
              realloc(option.script, strlen(option.script) + strlen(optarg) + 1…
                                     ^

Reported-by: CodeChecker 6.26.2
CodeChecker says:

  [LOW] clink/src/ui.c:181:9: Value stored to 'rc' is never read
    [deadcode.DeadStores]
          rc = ENOMEM;
           ^

Reported-by: CodeChecker 6.26.2
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