This website requires JavaScript.
Explore
Help
Sign In
postman
/
niobe
Watch
1
Star
0
Fork
You've already forked niobe
1
Code
Issues
Pull Requests
Releases
Wiki
Activity
0953469eb5
niobe
/
third_party
/
bounds_checking_function
/
README.md
366 B
Raw
Blame
History
Unescape
Escape
bounds_checking_function
介绍
遵循C11 Annex K (Bounds-checking interfaces)的标准,选取并实现了常见的内存/字符串操作类的函数
,
如memcpy_s、strcpy_s等函数。
未来将分析C11 Annex K中的其他标准函数
,
如果有必要
,
将在该组织中实现。
处理边界检查函数的版本发布、更新以及维护。