|
|
Log in / Subscribe / Register

Recent Java vulnerabilities

Recent Java vulnerabilities

Posted Feb 14, 2013 15:20 UTC (Thu) by gnu_andrew (guest, #49515)
Parent article: Recent Java vulnerabilities

"bug fixes do not automatically propagate from one to the other (in either direction), since they are developed independently"

Sorry, but the latter does not follow from the former. Yes, the patches don't propagate automatically between different repositories, but that's true for most FOSS projects with multiple branches. It doesn't follow that they are "developed independently". I even explicitly stated in an e-mail response to you that the same patches were applied to the Oracle JDK and OpenJDK, albeit a week apart.

I think you may be confusing the reference implementation (which is represented by http://hg.openjdk.java.net/jdk7/jdk7 and never changes, not even for security updates; it's a reference for TCK testing but not meant for actual use) with OpenJDK, the 7 updates tree of which is http://hg.openjdk.java.net/jdk7u/jdk7u/ and in active use.

There are some proprietary parts of Oracle's JDK, such as the web plugin, JavaFX and various graphics components, which mean they also have their own security issues. However, the vast majority of the code is shared, as far as I'm aware.

If you're going to ask such questions on a public mailing list (and the Fedora java list is an odd choice, over any of the OpenJDK mailing lists) then it would be courteous if you would be upfront about what you intend to then do with the information.

Thanks.


The LWN site is currently under high scraper load, so comment display has been suppressed for anonymous users. If you are a human, you may read the comments by clicking the button below:

Note: you can avoid this step in the future by logging into your LWN account.


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds