linux-uconsole/security/optee_linuxdriver/core
Tao Huang 2dbee53a93 OPTEE: fix clang error
security/optee_linuxdriver/core/tee_session.c:57:3: error: 'sprintf' will
always overflow; destination buffer has size 35, but format string expands
to at least 36 [-Werror,-Wfortify-source]

Change-Id: Ie5b2ccfc4fca053b6d88278b1019997ad0dd3ee5
Signed-off-by: Tao Huang <huangtao@rock-chips.com>
2020-06-09 22:19:16 +08:00
..
Makefile rk: add SPDX license identifier to files with no license 2018-01-31 20:56:06 +08:00
tee_context.c OP-TEE: change 'struct kref' member read function 2019-06-27 20:02:27 +08:00
tee_core.c OP-TEE: optimize client application running process 2019-06-27 17:14:33 +08:00
tee_core_priv.h
tee_debugfs.c
tee_debugfs.h
tee_kernel_api.c OP-TEE: fix clang warning 2019-08-19 08:52:08 +08:00
tee_mutex_wait.c
tee_mutex_wait.h
tee_session.c OPTEE: fix clang error 2020-06-09 22:19:16 +08:00
tee_shm.c OP-TEE: fix IS_ERR_VALUE compilation error 2019-06-27 19:54:39 +08:00
tee_shm.h OP-TEE: keep compitable with new version driver 2017-11-30 11:21:37 +08:00
tee_supp_com.c OP-TEE: fix warning when LPAE is activated on ARM 2017-06-05 14:29:35 +08:00
tee_supp_com.h OP-TEE: update optee_linuxdriver to match updated optee_os & optee_client 2017-01-11 11:25:40 +08:00
tee_sysfs.c
tee_sysfs.h
tee_wait_queue.c
tee_wait_queue.h