漏洞 [英] vulnerabilities

查看:56
本文介绍了漏洞的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好


我想列出C / C ++中的所有漏洞。

我知道bufferoverflow / heapoverflow / race conditions /格式化字符串错误/

off-by-one /数字under-and overflow / unsigned-signed mismatch


c / c ++中是否还有其他漏洞?


thx

Hello

I want to make a list of all the vulnerabilities in C/C++.
I am aware of bufferoverflow/heapoverflow/race conditions/format string bugs/
Off-by-one/ numeric under- and overflow/ unsigned-signed mismatch

Are there other vulnerabilities in c/c++??

thx

推荐答案

文章< 23 *********** **************@posting.google.com> ,

wijhierbeneden< wi ************ @ hotmail.com>写道:
In article <23*************************@posting.google.com> ,
wijhierbeneden <wi************@hotmail.com> wrote:
你好

我想列出C / C ++中的所有漏洞。
我知道bufferoverflow / heapoverflow / race条件/格式string bug /
off-by-one / numeric under- and overflow / unsigned-signed mismatch

c / c ++中还有其他漏洞吗?
Hello

I want to make a list of all the vulnerabilities in C/C++.
I am aware of bufferoverflow/heapoverflow/race conditions/format string bugs/
Off-by-one/ numeric under- and overflow/ unsigned-signed mismatch

Are there other vulnerabilities in c/c++??




不称职的程序员,尤其是那些认为自己有能力的人。


(除非你对那些只适用于C或C ++的人感兴趣,虽然

也可以消除列表中的所有内容。)

dave


-

Dave Vandervies dj******@csclub.uwaterloo.ca

在我目前正在经历的现实中,我没有狗。我同意这可能是因为我可能在某个学生C程序员之前就已经有了一只狗或者

其他溢出了一个签名的int。 --Richard Heathfield in comp.lang.c



Incompetent programmers, especially the ones who think they''re competent.

(Unless you''re interested in ones that only apply to C or C++, though
that eliminates all the ones in your list too.)
dave

--
Dave Vandervies dj******@csclub.uwaterloo.ca
In the reality I am currently experiencing, I have no dog. I agree it is
possible that I might have had a dog before some student C programmer or
other overflowed a signed int. --Richard Heathfield in comp.lang.c




" wijhierbeneden" < wi ************ @ hotmail.com>

"wijhierbeneden" <wi************@hotmail.com>

我想列出C / C ++中的所有漏洞。
我知道bufferoverflow / heapoverflow / race条件/格式字符串
错误/
off-by-one /数字under-and overflow / unsigned-signed mismatch

有没有c / c ++中的其他漏洞??

I want to make a list of all the vulnerabilities in C/C++.
I am aware of bufferoverflow/heapoverflow/race conditions/format string
bugs/
Off-by-one/ numeric under- and overflow/ unsigned-signed mismatch

Are there other vulnerabilities in c/c++??



我想到了递归函数的堆栈溢出。


C的一个主要问题是没有错误处理

机制,所以异常必须编码为

程序正常流程的一部分。这可能会使测试变得非常困难。


Stack overflow for recursive functions springs to mind.

One of the main problems with C is that there is no error-handling
mechanism, so exceptions must be coded as part of the normal flow of the
program. This can make testing very difficult.


wijhierbeneden写道:
wijhierbeneden wrote:
你好

我想制作C / C ++中所有漏洞的列表。
Hello

I want to make a list of all the vulnerabilities in C/C++.




好​​消息是没有。由于C / C ++,是一种虚构的

语言,完全没有任何功能,它可以避免C和C ++两种语言可能存在的任何漏洞。


当然,没有理由认为可以分享两种不同语言C和C ++可能存在的任何漏洞。



The good news is that there are none. Since "C/C++" is a fictional
language with no features at all, it escapes any vulnerabilities the two
languages C and C++ might have.

There is, of course, no reason to assume that any vulnerabilities the
two different languages C and C++ might have are shared.


这篇关于漏洞的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆