Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
include/ | 12-May-2024 | - | 1,195 | 686 | ||
src/ | 12-May-2024 | - | 9,316 | 6,909 | ||
.gitignore | D | 12-May-2024 | 4 | 2 | 1 | |
BUILD.gn | D | 12-May-2024 | 2.3 KiB | 87 | 82 | |
LICENSE | D | 12-May-2024 | 9 KiB | 124 | 73 | |
OAT.xml | D | 12-May-2024 | 3.7 KiB | 57 | 10 | |
README.OpenSource | D | 12-May-2024 | 618 | 12 | 11 | |
README.en.md | D | 12-May-2024 | 432 | 10 | 5 | |
README.md | D | 12-May-2024 | 366 | 7 | 5 | |
bundle.json | D | 12-May-2024 | 948 | 30 | 30 | |
libsec_src.gni | D | 12-May-2024 | 3 KiB | 59 | 56 |
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