From: Landon Fuller <land...@macports.org>
Date: Fri, 19 Jan 2007 10:34:46 -0800
Local: Fri, Jan 19 2007 1:34 pm
Subject: Expanded Scope? (Java GIF Bug)
What happens to "MoAB Fixes" when the Month of Apple Bugs is over? Is Case in point is the Java GIF bug: Rolling a new Java release is an expensive process, least of all due -landonf
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| |||||||||||||||||
From: Colin Barrett <tim...@lava.net>
Date: Fri, 19 Jan 2007 11:42:35 -0800
Local: Fri, Jan 19 2007 2:42 pm
Subject: Re: [moabfixes] Expanded Scope? (Java GIF Bug)
On Jan 19, 2007, at 10:34 AM, Landon Fuller wrote:
> What happens to "MoAB Fixes" when the Month of Apple Bugs is over? It's true that there are a number of people on this list interested > Is there value in providing "0-day patches" for other critical issues? > Case in point is the Java GIF bug: > Rolling a new Java release is an expensive process, least of all due in, and experienced at, dealing with security issues. I would suggest establishing some better ground rules about what's on I do think that the community being able to provide "0-day patches" is If I can find time, I wouldn't mind coding up an extensible prefpane -Colin You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
From: "William A. Carrel" <willia...@carrel.org>
Date: Fri, 19 Jan 2007 12:22:07 -0800
Local: Fri, Jan 19 2007 3:22 pm
Subject: Re: [moabfixes] Expanded Scope? (Java GIF Bug)
There certainly seems to be utility in projects such as ZERT, which
seems to be Windows-focussed. Most open source projects already have a thriving community which can deal with these things. It wouldn't hurt the Mac community to have this too, that is as long as the user community can deal with the situation in a way that doesn't include shooting the messenger or decrying "unofficial" fixes. On 1/19/07, Landon Fuller <land...@macports.org> wrote: You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
From: Landon Fuller <land...@bikemonkey.org>
Date: Fri, 19 Jan 2007 22:37:12 -0800
Local: Sat, Jan 20 2007 1:37 am
Subject: Re: [moabfixes] Re: Expanded Scope? (Java GIF Bug)
Here's a test case for the Java GIF issue (this will crash your This test case is only a denial-of-service; I hacked up ImageMagick The issue is with Java's Java_sun_awt_image_GifImageDecoder_parseImage width = 0; if (--width == 0) { // Width is now negative, too small buffer will be allocated The function receives the width as a parameter: Seems like the easiest fix it to check for width == 0, and if so, and -landonf
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| |||||||||||||||||
From: Landon Fuller <land...@bikemonkey.org>
Date: Fri, 19 Jan 2007 22:39:10 -0800
Local: Sat, Jan 20 2007 1:39 am
Subject: Re: [moabfixes] Re: Expanded Scope? (Java GIF Bug)
On Jan 19, 2007, at 10:37 PM, Landon Fuller wrote: > // Width is now negative, too small buffer will be allocated Er, sorry. Was already allocated, and will now be used. Whoops. -landonf
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| |||||||||||||||||
From: Landon Fuller <land...@bikemonkey.org>
Date: Sat, 20 Jan 2007 00:22:59 -0800
Local: Sat, Jan 20 2007 3:22 am
Subject: Re: [moabfixes] Re: Expanded Scope? (Java GIF Bug)
Fix for the issue committed: Still needs version number checking -- I'm in the middle of factoring -landonf On Jan 19, 2007, at 10:37 PM, Landon Fuller wrote:
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| |||||||||||||||||
From: "frozenINcarbonite" <adr...@gosquareone.com>
Date: Sat, 20 Jan 2007 11:36:58 -0800
Local: Sat, Jan 20 2007 2:36 pm
Subject: Re: Expanded Scope? (Java GIF Bug)
So they have released fixes for the other operating systems, but not
for OS X? Is it that hard to implement a fix for OS X? On Jan 20, 3:22 am, Landon Fuller <land...@bikemonkey.org> wrote: You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
From: Landon Fuller <land...@bikemonkey.org>
Date: Sat, 20 Jan 2007 11:45:21 -0800
Local: Sat, Jan 20 2007 2:45 pm
Subject: Re: [moabfixes] Re: Expanded Scope? (Java GIF Bug)
On Jan 20, 2007, at 11:36 AM, frozenINcarbonite wrote: > So they have released fixes for the other operating systems, but not platforms are licensed, ported, and supported by their vendors; eg, Apple, FreeBSD, etc. It's up to the individual vendor to patch and release a new version of their JRE/JDK. -landonf
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| |||||||||||||||||
From: "frozenINcarbonite" <adr...@gosquareone.com>
Date: Sat, 20 Jan 2007 12:57:37 -0800
Local: Sat, Jan 20 2007 3:57 pm
Subject: Re: Expanded Scope? (Java GIF Bug)
oh ok, so that's why those Java updates come through Software Update?
On Jan 20, 2:45 pm, Landon Fuller <land...@bikemonkey.org> wrote: You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
From: Landon Fuller <land...@bikemonkey.org>
Date: Sat, 20 Jan 2007 13:03:44 -0800
Local: Sat, Jan 20 2007 4:03 pm
Subject: Re: [moabfixes] Re: Expanded Scope? (Java GIF Bug)
On Jan 20, 2007, at 12:57 PM, frozenINcarbonite wrote: > oh ok, so that's why those Java updates come through Software Update?
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| |||||||||||||||||
| Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy |
| ©2013 Google |