rurban / safeclib

safec libc extension with all C11 Annex K functions
https://rurban.github.io/safeclib/
Other
328 stars 64 forks source link

secure stdio *printf_s, *scanf_s #68

Open rurban opened 5 years ago

rurban commented 5 years ago

This would be a lot of code to maintain, for just %n, the 2nd args for %s,%c,%] and the null pointer check for %s.

There are not many good small implementations. The best have license problems, like Huawei's securec.

rurban commented 4 years ago

Decided on => fmtlib #75

rurban commented 2 years ago

Changed my decision to https://github.com/mpaland/printf/ Work in branch printf

rurban commented 2 years ago

improved printf_s is in 3.7. sscanf_s not yet.