{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "fixed in 33895.  First binary v1.8.4.1",
    "ClosedDate": "2009-07-01T17:39:37.28-07:00",
    "CommentCount": 0,
    "Custom": null,
    "Description": "I got a crash when I call one of the following methods on a ZipFile which was created in memory:\n \nvar zip = new ZipFile();\nzip.AddDirectory(@\"E:\\myFolder\"); \nvar stream = zip.Entries[0].OpenReader();\n// you could also call zip.Entries[0].Extract(...)\n \nException Stacktrace\n \nbei Ionic.Zip.ZipEntry.SetFdpLoh()\\r\\n   bei Ionic.Zip.ZipEntry.get_FileDataPosition()bei Ionic.Zip.ZipEntry.InternalOpenReader(String password)bei Ionic.Zip.ZipEntry.OpenReader()\n \nIf I save the ZipFile to a file, it works. If I save it to a stream (MemoryStream), it crashes too.",
    "LastUpdatedDate": "2013-05-16T05:32:16.09-07:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Low",
      "Severity": 50,
      "Id": 1
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2009-06-30T06:36:30.093-07:00",
    "Status": {
      "Name": "Closed",
      "Id": 4
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "Throw a proper exception when trying to extract an entry that has never been saved",
    "Type": {
      "Name": "Issue",
      "Id": 3
    },
    "VoteCount": 1,
    "Id": 7958
  },
  "FileAttachments": [],
  "Comments": []
}