C++ Security Framework for Buffer Overflows, Format String Bugs and Integer Overflows

236 Views Asked by At

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

1

There are 1 best solutions below

0
On BEST ANSWER

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.