thor
thor copied to clipboard
get_vlc(): infinite loop on invalid streams
Several of the while(!done) loops will loop forever if fed a constant stream of zeros. Once they read all of the bits in the file, this is exactly what they will receive.