TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Potential printf() uses that expose vulnerabilities

1 点作者 LefterisJP超过 13 年前

1 comment

LefterisJP超过 13 年前
In my opinion it is an interesting article if for nothing else other than the fact that it puts you to thinking of the various possibilities.<p>I myself code lot in C and I heavily utilize printf and don't believe that everything can possibly be taken into consideration in a real world non-academic situation. It's good to use the updated functions as the author says but not using low level string manipulation might not always be the case if you are coding in C.