README.OpenSource
1[
2 {
3 "Name" : "bounds_checking_function",
4 "License" : "Mulan Permissive Software License,Version 2",
5 "License File" : "LICENSE",
6 "Version Number" : "v1.1.10",
7 "Owner" : "jianghan2@huawei.com",
8 "Upstream URL" : "https://gitee.com/openeuler/libboundscheck",
9 "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."
10 }
11]
12
README.en.md
1# bounds_checking_function
2
3#### Description
4
5- 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.
6
7- other standard functions in C11 Annex K will be analyzed in the future and implemented in this organization if necessary.
8
9- handles the release, update, and maintenance of bounds_checking_function.
10
README.md
1# bounds_checking_function
2
3#### 介绍
4- 遵循C11 Annex K (Bounds-checking interfaces)的标准,选取并实现了常见的内存/字符串操作类的函数,如memcpy_s、strcpy_s等函数。
5- 未来将分析C11 Annex K中的其他标准函数,如果有必要,将在该组织中实现。
6- 处理边界检查函数的版本发布、更新以及维护。
7