Files
openharmony_kernel_liteos_m/components/bounds_checking_function
2021-03-11 20:30:40 +08:00
..
2020-12-16 17:30:08 +08:00
2020-12-16 17:30:08 +08:00
2021-03-11 20:30:40 +08:00
2020-12-16 17:30:08 +08:00
2020-12-16 17:30:08 +08:00
2020-12-16 17:30:08 +08:00
2020-12-16 17:30:08 +08:00
2020-12-16 17:30:08 +08:00

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.