niobe/third_party/bounds_checking_function
houpengfei bf36baa0e3 update OpenHarmony 3.0 LTS 2021-10-22 13:59:18 +08:00
..
include init 2021-09-22 21:52:48 +08:00
src init 2021-09-22 21:52:48 +08:00
.gitignore init 2021-09-22 21:52:48 +08:00
BUILD.gn init 2021-09-22 21:52:48 +08:00
LICENSE init 2021-09-22 21:52:48 +08:00
OAT.xml update OpenHarmony 3.0 LTS 2021-10-22 13:59:18 +08:00
README.OpenSource update OpenHarmony 3.0 LTS 2021-10-22 13:59:18 +08:00
README.en.md init 2021-09-22 21:52:48 +08:00
README.md init 2021-09-22 21:52:48 +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.