Skip to content

fix: Validate TA-supplied pointers in secure-kernel syscalls #335

fix: Validate TA-supplied pointers in secure-kernel syscalls

fix: Validate TA-supplied pointers in secure-kernel syscalls #335

Triggered via pull request August 5, 2026 10:17
Status Success
Total duration 1m 13s
Artifacts

linter.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
tee/lib/libutee/tee_api_private.h:19:53 [readability-identifier-length]: tee/lib/libutee/tee_api_private.h#L19
parameter name 'up' is too short, expected at least 3 characters
tee/lib/libutee/tee_api_private.h:18:6 [bugprone-reserved-identifier]: tee/lib/libutee/tee_api_private.h#L18
declaration uses identifier '__utee_to_param', which is a reserved identifier
tee/lib/libutee/tee_api_private.h:16:4 [readability-avoid-const-params-in-decls]: tee/lib/libutee/tee_api_private.h#L16
parameter 'params' is const-qualified in the function declaration; const-qualification of parameters only has an effect in function definitions
tee/lib/libutee/tee_api_private.h:15:44 [readability-identifier-length]: tee/lib/libutee/tee_api_private.h#L15
parameter name 'up' is too short, expected at least 3 characters
tee/lib/libutee/tee_api_private.h:15:6 [bugprone-reserved-identifier]: tee/lib/libutee/tee_api_private.h#L15
declaration uses identifier '__utee_from_param', which is a reserved identifier
tee/lib/libutee/tee_api_private.h:12:46 [readability-identifier-length]: tee/lib/libutee/tee_api_private.h#L12
parameter name 'ua' is too short, expected at least 3 characters
tee/lib/libutee/tee_api_private.h:12:6 [bugprone-reserved-identifier]: tee/lib/libutee/tee_api_private.h#L12
declaration uses identifier '__utee_from_attr', which is a reserved identifier