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
I've noticed that ZipWritingStream on Dispose method call will produce a new ZipEntry.
But it doesn't have protection against subsequent Dispose call. For example:
it will call dispose for ZipWritingStream two times and produce two zip entries in the archive.
I didn't checked it for other streams (non-zip) but they also could be affected by this issue.
Regards!
The text was updated successfully, but these errors were encountered:
Hello!
I've noticed that ZipWritingStream on
Dispose
method call will produce a new ZipEntry.But it doesn't have protection against subsequent
Dispose
call. For example:it will call dispose for ZipWritingStream two times and produce two zip entries in the archive.
I didn't checked it for other streams (non-zip) but they also could be affected by this issue.
Regards!
The text was updated successfully, but these errors were encountered: