Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rtos: mqx: replace malloc+strcpy with strdup
Using strcpy is potentially dangerous so just use a safer and easier way to do the same. Signed-off-by: Paul Fertser <[email protected]> Change-Id: Id85f3b7f8af1eaf14c9951ae710546d2437c70b5 Reviewed-on: https://review.openocd.org/c/openocd/+/8597 Reviewed-by: Antonio Borneo <[email protected]> Tested-by: jenkins
- Loading branch information