openharmony_kernel_liteos_m/components/bounds_checking_function
l00278955 07d25a8ae8 Description: liteos-m refactoring
Reviewed-by: liulei, shenwei

Change-Id: I7baba352c02b78aefc81fc5eca000d840d3b2fe3
2020-11-13 09:55:39 +08:00
..
include Description: liteos-m refactoring 2020-11-13 09:55:39 +08:00
src Description: liteos-m refactoring 2020-11-13 09:55:39 +08:00
COPYRIGHT.OpenSource Description: liteos-m refactoring 2020-11-13 09:55:39 +08:00
LICENSE Description: liteos-m refactoring 2020-11-13 09:55:39 +08:00
README.OpenSource Description: liteos-m refactoring 2020-11-13 09:55:39 +08:00
README.en.md Description: liteos-m refactoring 2020-11-13 09:55:39 +08:00
README.md Description: liteos-m refactoring 2020-11-13 09:55:39 +08:00

README.en.md

bounds_checking_function

Description

  • following the standard of C11 Annex K (bound-checking interfaces), functions of the common memory/string operation classes, such as memcpy_s, strcpy_s, are selected and implemented.

  • other standard functions in C11 Annex K will be analyzed in the future and implemented in this organization if necessary.

  • handles the release, update, and maintenance of bounds_checking_function.