1.3.3 - patch process_create #89
+34
−26
Merged
SonarQubeCloud / SonarCloud Code Analysis
succeeded
Mar 5, 2026 in 17s
Quality Gate passed
Annotations
Check failure on line 67 in kernel/kpart/syscall.c
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
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
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
Loading