Does anyone know of any C++ security frameworks which protect against buffer overflows, format string bugs and integer overflows please?

有帮助吗?

解决方案

That's a standard feature of current Microsoft compilers, except for the format string bugs. Those aren't really C++ bugs but C bugs. C++ formatting solutions are generally typesafe.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top