[Ironpython-users] IronPython, Daily Digest 11/22/2013
CodePlex
no_reply at codeplex.com
Sat Nov 23 09:19:52 CET 2013
Hi ironpython,
Here's your Daily Digest of new issues for project "IronPython".
In today's digest:ISSUES
1. [New issue] Bug in ZipArchiveFile Read(ZipArchive archive)
----------------------------------------------
ISSUES
1. [New issue] Bug in ZipArchiveFile Read(ZipArchive archive)
http://ironpython.codeplex.com/workitem/34675
User gcompagnon has proposed the issue:
"The ExtraField Length is not managed in the Main source code
So the 1rst entry is well read but not the following
you can patch http://ironpython.codeplex.com/SourceControl/latest#IronPython_Main/Hosts/Silverlight/Chiron/Zip.cs
the method:
internal static ZipArchiveFile Read(ZipArchive archive)
with
//extra field
byte[] extraFieldBuffer = new byte[extraFieldLength];
int extraFieldCount = reader.Read(extraFieldBuffer, 0, extraFieldLength);
string extrafield = Encoding.UTF8.GetString(extraFieldBuffer).Replace('/', Path.DirectorySeparatorChar);
"
----------------------------------------------
----------------------------------------------
You are receiving this email because you subscribed to notifications on CodePlex.
To report a bug, request a feature, or add a comment, visit IronPython Issue Tracker. You can unsubscribe or change your issue notification settings on CodePlex.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20131123/394245e5/attachment.html>
More information about the Ironpython-users
mailing list