jadams-tresys opened a new pull request #448:
URL: https://github.com/apache/incubator-daffodil/pull/448


   With large blob files it is possible that the blob size will be greater
   than Int.MaxValue, which was resulting in an overflow and causing the
   check to ensure that we have written out all bytes to fail. Simply
   moving the byte length int conversion to the section of code for
   non-blob files prevents this issue from occurring.
   
   DAFFODIL-2425


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to