Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[System.IO.Compression] Fixed handling of Zip archives with duplicate entries with same name. #3216

Merged
merged 1 commit into from Jun 30, 2016

Conversation

tritao
Copy link
Contributor

@tritao tritao commented Jun 29, 2016

.NET supports this, from MSDN: "If an entry with the specified path and name already exists in the archive, a second entry is created with the same path and name.".

Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=42219.

@tritao tritao changed the title Fixed handling of Zip archives with duplicate entries with same name. [System.IO.Compression] Fixed handling of Zip archives with duplicate entries with same name. Jun 29, 2016
… entries with same name.

.NET supports this, from MSDN: "If an entry with the specified path and name already exists in the archive, a second entry is created with the same path and name.".

Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=42219.
@tritao tritao merged commit c167f3a into mono:master Jun 30, 2016
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
[System.IO.Compression] Fixed handling of Zip archives with duplicate entries with same name.

Commit migrated from mono/mono@c167f3a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants