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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

A Closer Look at the Java 2.2250738585072012e-308 Bug

58 点作者 pietrofmaggi超过 14 年前

5 条评论

pilif超过 14 年前
What I think is amazing is the fact that there's a bug from November of 2009 (<a href="http://bugs.openjdk.java.net/show_bug.cgi?id=100119" rel="nofollow">http://bugs.openjdk.java.net/show_bug.cgi?id=100119</a>) that's first reporting the issue.<p>So there was a known denial of service vulnerability in Java for more than a year before people recognized it as that and actually started bothering to fix it.
评论 #2192523 未加载
评论 #2192520 未加载
评论 #2192484 未加载
stalar超过 14 年前
Fix is available. See: <a href="http://blogs.oracle.com/security/2011/02/security_alert_for_cve-2010-44.html" rel="nofollow">http://blogs.oracle.com/security/2011/02/security_alert_for_...</a> and <a href="http://www.oracle.com/technetwork/java/javase/downloads/index.html#fpupdater" rel="nofollow">http://www.oracle.com/technetwork/java/javase/downloads/inde...</a>
adaml_623超过 14 年前
I thought this was a side effect from a GCC bug when it affected PHP. So does Java use the same algorithm for generating machine code at it's lowest level?
评论 #2192498 未加载
评论 #2192681 未加载
joubert超过 14 年前
Good analysis. I sure hope a unit test will be added to the Java code base to cover this boundary case.
fedd超过 14 年前
so when/how would the fix get into some java update?