specifies a value indicating whether to disable integer overflow error checks 指定一个值,该值指示是否禁用整数溢出错误检查。
when integer overflow occurs, what happens depends on the execution context, which can be 当发生整数溢出时,产生的结果取决于执行上下文,该上下文可为
is a set of slides from sans 2002 on how to write secure programs; slides 64-66 discuss the integer overflow exploit in sendmail 是sans2002关于如何编写安全程序的一组幻灯片;第64-66页讨论的是sendmail中整型数溢出的问题。