Skip to content
  • Oliver Sander's avatar
    Fix memory handling bug · 230652c1
    Oliver Sander authored
    The CIDToGID map is an array of ints.  The code properly allocated
    a number N of ints, but then used memcpy for N unsigned shorts.
    That left the upper half of the array uninitialized.
    230652c1