Searched hist:"95 b0e915e65923610a263608a170100aeefa0aae" (Results 1 – 1 of 1) sorted by relevance
| /optee_os/core/kernel/ |
| H A D | transfer_list.c | 95b0e915e65923610a263608a170100aeefa0aae Tue Mar 25 15:56:42 UTC 2025 Raymond Mao <raymond.mao@linaro.org> core: kernel: fix bug in transfer_list_add()
Fix the missing cast on the target address when doing memmove. Get the address of entry data via transfer_list_entry_data() instead of adding offset.
Fixes: a12225022bd5 ("core: add transfer list API") Signed-off-by: Raymond Mao <raymond.mao@linaro.org> Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org> Acked-by: Jens Wiklander <jens.wiklander@linaro.org> Reviewed-by: Etienne Carriere <etienne.carriere@foss.st.com>
|