• This reverts an incorrect fix to #449 and codes it properly. The real
    problem was that we were looking at the local dictionaries rather than
    the foreign dictionaries when saving the foreign stream data. In the
    case of direct objects, these happened to be the same, but in the case
    of indirect objects, the object references could be pointing anywhere
    since object numbers don't match up between the old and new files.
    Jay Berkenbilt authored
     
    Browse Dir »
  • The test suite now contains test cases that fail with both 10.0.1 and
    10.0.2 and reproduce the internal error from #449.
    Jay Berkenbilt authored
     
    Browse Dir »