mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-04 04:23:47 +00:00
Prior to this patch optee_open_session() was making assumptions about
the internal format of uuid_t by casting a memory location in a
parameter struct to uuid_t *. Fix this using export_uuid() to get a well
defined binary representation and also add an octets field in struct
optee_msg_param in order to avoid casting.
Fixes:
|
||
|---|---|---|
| .. | ||
| call.c | ||
| core.c | ||
| device.c | ||
| Kconfig | ||
| Makefile | ||
| optee_msg.h | ||
| optee_private.h | ||
| optee_rpc_cmd.h | ||
| optee_smc.h | ||
| optee_trace.h | ||
| rpc.c | ||
| shm_pool.c | ||
| shm_pool.h | ||
| supp.c | ||