You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2021/02/25 11:21:01 UTC

[GitHub] [commons-compress] fmeum opened a new pull request #172: Remove empty loop in X0017_StrongEncryptionHeader

fmeum opened a new pull request #172:
URL: https://github.com/apache/commons-compress/pull/172


   An empty loop in `X0017_StrongEncryptionHeader#parseCentralDirectoryFormat` can be made to run through 2^48 iterations, taking about 4 seconds on my machine, on crafted input. Since it has no side effects, it can be safely removed.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [commons-compress] bodewig merged pull request #172: Remove empty loop in X0017_StrongEncryptionHeader

Posted by GitBox <gi...@apache.org>.
bodewig merged pull request #172:
URL: https://github.com/apache/commons-compress/pull/172


   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [commons-compress] coveralls commented on pull request #172: Remove empty loop in X0017_StrongEncryptionHeader

Posted by GitBox <gi...@apache.org>.
coveralls commented on pull request #172:
URL: https://github.com/apache/commons-compress/pull/172#issuecomment-785825852


   
   [![Coverage Status](https://coveralls.io/builds/37443937/badge)](https://coveralls.io/builds/37443937)
   
   Coverage increased (+0.01%) to 87.367% when pulling **fda4e34ff43f3c7a742292d858b60fc3b4bb1663 on fmeum:patch-1** into **1b7528fbd6295a3958daf1b1114621ee5e40e83c on apache:master**.
   


----------------------------------------------------------------
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:
users@infra.apache.org