kinow opened a new pull request #40: IMAGING-220: replace while by if in the 
JPEG decoder extend method
URL: https://github.com/apache/commons-imaging/pull/40
 
 
   Looking at the specification and other implementations (see JIRA ticket for 
links), it appears to me that the `while` in the `extend` method is actually 
supposed to be an `if`. 
   
   All tests passing after this change, also added an extra test to validate an 
existing bug found by Guido Vranken, where the decoder would take longer than 
10 seconds to process the file. This issue does not apply to Sanselan, only to 
Commons Imaging.
   
   Will merge in the next days if there are no objections.
   
   Cheers
   Bruno

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to