Skip to content
Commit a48e6844 authored by Flavio Ceolin's avatar Flavio Ceolin Committed by Anas Nashif
Browse files

logging: Remove syscall for z_log_msg_runtime_vcreate



This syscall is completely problematic in userspace, it does
not check ANY parameter that is given and it uses variadic argument
that are not copied / checked before being used in the implementation,
instead it just pass a pointer to user stack with unknown data is
blindly consumed by the kernel.

Signed-off-by: default avatarFlavio Ceolin <flavio.ceolin@intel.com>
parent 538abf33
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment