简体   繁体   English

C ++安全框架,用于缓冲区溢出,格式字符串错误和整数溢出

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

有谁知道任何可以防止缓冲区溢出,格式化字符串错误和整数溢出的C ++安全框架?

That's a standard feature of current Microsoft compilers, except for the format string bugs. 除了格式字符串错误外,这是当前Microsoft编译器的标准功能。 Those aren't really C++ bugs but C bugs. 这些并不是真正的C ++错误,而是C错误。 C++ formatting solutions are generally typesafe. C ++格式解决方案通常是类型安全的。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM