• Home
Name Date Size #Lines LOC

..--

include/12-May-2024-1,195686

src/12-May-2024-9,3166,909

.gitignoreD12-May-20244 21

BUILD.gnD12-May-20242.2 KiB8279

LICENSED12-May-20249 KiB12473

OAT.xmlD12-May-20243.7 KiB5710

README.OpenSourceD12-May-2024618 1211

README.en.mdD12-May-2024432 105

README.mdD12-May-2024366 75

bundle.jsonD12-May-20241.4 KiB4141

libsec_src.gniD12-May-20243 KiB5956

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