Return-Path: Delivered-To: apmail-xmlgraphics-general-archive@www.apache.org Received: (qmail 93128 invoked from network); 20 Aug 2009 19:40:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 20 Aug 2009 19:40:03 -0000 Received: (qmail 88819 invoked by uid 500); 20 Aug 2009 19:40:21 -0000 Mailing-List: contact general-help@xmlgraphics.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: general@xmlgraphics.apache.org Delivered-To: mailing list general@xmlgraphics.apache.org Received: (qmail 88809 invoked by uid 99); 20 Aug 2009 19:40:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Aug 2009 19:40:21 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Aug 2009 19:40:19 +0000 Received: by brutus.apache.org (Postfix, from userid 33) id A7486234C044; Thu, 20 Aug 2009 12:39:59 -0700 (PDT) From: bugzilla@apache.org To: general@xmlgraphics.apache.org Subject: DO NOT REPLY [Bug 47708] Infinite loop in ImageLoaderImageIO.java when reading PNG X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: XMLGraphicsCommons X-Bugzilla-Component: Utilities X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: max@berger.name X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: max@berger.name X-Bugzilla-Target-Milestone: -- X-Bugzilla-Changed-Fields: Status Resolution In-Reply-To: References: X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Message-Id: <20090820193959.A7486234C044@brutus.apache.org> Date: Thu, 20 Aug 2009 12:39:59 -0700 (PDT) X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=47708 Max Berger changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #4 from Max Berger 2009-08-20 12:39:56 PDT --- http://svn.apache.org/viewvc?rev=806319&view=rev resultLength == 0 means the deflater which is trying to read the embedded ICC profile needs more input. However, there is not extra input available! Decided to terminate the loop. Since this will result in an invalid ICC profile, it is ignored, and the image will be loaded without the profile. Testcase is added. Max -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscribe@xmlgraphics.apache.org For additional commands, e-mail: general-help@xmlgraphics.apache.org