comprehensive list of unsafe functions in C
Posted
by Dervin Thunk
on Stack Overflow
See other posts from Stack Overflow
or by Dervin Thunk
Published on 2010-06-07T13:22:36Z
Indexed on
2010/06/07
13:32 UTC
Read the original article
Hit count: 332
Hello. I've been looking online unsuccessfully for a comprehensive list of unsafe (dangerous) functions in C (see here for a few). When I say "dangerous" I mean functions like gets
or strcopy
, but I was wondering if someone has actually compiled a comprehensive list.
Thank you.
PD: Neil Butterworth, you should abstain from answering my posts. You're seldom helpful.
© Stack Overflow or respective owner