You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While working on #1224, I noticed the return statement below might cause FNFE because the File got in the block right before can be deleted from disk when adding a new File to the cache since it has a max size:
While working on #1224, I noticed the return statement below might cause FNFE because the File got in the block right before can be deleted from disk when adding a new File to the cache since it has a max size:
IPED/iped-engine/src/main/java/iped/engine/io/ZIPInputStreamFactory.java
Lines 159 to 164 in ad61a6f
I have never seen this happen in practice, but it is possible. The fix is simply moving the return statement into the synchronized block.
The text was updated successfully, but these errors were encountered: