• On certain operations, such as iterating through all objects and
    adding new indirect objects, walk through the entire object structure
    and explicitly resolve any indirect references to non-existent
    objects. That prevents new objects from springing into existence and
    causing the previously dangling references to point to them.
    Jay Berkenbilt authored
     
    Browse File »