Skip to content

1.3.3 - patch process_create

6d659b7
Select commit
Loading
Failed to load commit list.
Merged

1.3.3 - patch process_create #89

1.3.3 - patch process_create
6d659b7
Select commit
Loading
Failed to load commit list.
SonarQubeCloud / SonarCloud Code Analysis succeeded Mar 5, 2026 in 17s

Annotations

Check failure on line 67 in kernel/kpart/syscall.c

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / SonarCloud Code Analysis

Either add a parameter list or the "&" operator to this use of "process_create_user".

See more on https://sonarcloud.io/project/issues?id=elydre_profanOS&issues=AZy9ufvMSc9WqdI6lWdn&open=AZy9ufvMSc9WqdI6lWdn&pullRequest=89

Check warning on line 341 in kernel/system/process.c

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / SonarCloud Code Analysis

Make the type of this variable a pointer-to-const. The current type of "proc" is "process_t *".

See more on https://sonarcloud.io/project/issues?id=elydre_profanOS&issues=AZy9ufxlSc9WqdI6lWdp&open=AZy9ufxlSc9WqdI6lWdp&pullRequest=89

Check warning on line 335 in kernel/system/process.c

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / SonarCloud Code Analysis

Make the type of this variable a pointer-to-const. The current type of "proc" is "process_t *".

See more on https://sonarcloud.io/project/issues?id=elydre_profanOS&issues=AZy9ufxlSc9WqdI6lWdo&open=AZy9ufxlSc9WqdI6lWdo&pullRequest=89