When will the safe string functions of C11 be part of glibc? [closed]

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-10 15:56:17

问题


The C11 standard Annex K defines a bunch of new safer string functions, all suffixed by _s (e.g. strcpy_s).

Do you know when these new functions will become available in the GNU C library glibc?

So far you have to fall back to a third party library like safec.


回答1:


Do you know when these new functions will become available in the GNU C library glibc?

When someone contributes an implementation and convinces GLIBC maintainers that these functions are good to have.

Relevant thread from 2007.



来源:https://stackoverflow.com/questions/38322363/when-will-the-safe-string-functions-of-c11-be-part-of-glibc

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!