Skip to content
  • Steve Lhomme's avatar
    asf: fix size check logic · 48f51105
    Steve Lhomme authored
    We have to read 16 bytes (GUID), then 2 (number of streams) then at least
    one entry (2 bytes).
    
    In the end 2*2 = 2+2, but the multiplier is incorrect in this case.
    
    We don't need to use sizeof(uint16_t) as we actually read with a number of
    bytes (2).
    48f51105