• Anton Khirnov's avatar
    mov: fix a possible invalid read in mov_read_mac_string() · 46191a2d
    Anton Khirnov authored
    When the input string is too large, so the second condition in if ()
    fails, the code will erroneously execute the else branch, indexing the
    mac_to_unicode table with a negative index.
    
    CC: libav-stable@libav.org
    Bug-Id: 1000
    Found-By: Kamil Frankowicz
    46191a2d
mov.c 134 KB