mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-02-02 05:21:08 +00:00
7a346b866c
Steps: 1. sed -i 's/\bmemset(\([^)]\)/mbedtls_platform_memset(\1/g' library/*.c tinycrypt/*.c include/mbedtls/*.h scripts/data_files/*.fmt 2. Manually edit library/platform_util.c to revert to memset() in the implementations of mbedtls_platform_memset() and mbedtls_platform_memcpy() 3. egrep -n '\<memset\>' library/*.c include/mbedtls/*.h tinycrypt/*.c The remaining occurrences are in three categories: a. From point 2 above. b. In comments. c. In the initialisation of memset_func, to be changed in a future commit. |
||
---|---|---|
.. | ||
error.fmt | ||
query_config.fmt | ||
rename-1.3-2.0.txt | ||
version_features.fmt | ||
vs6-app-template.dsp | ||
vs6-main-template.dsp | ||
vs6-workspace-template.dsw | ||
vs2010-app-template.vcxproj | ||
vs2010-main-template.vcxproj | ||
vs2010-sln-template.sln |