#1 (closed) doesn't apply since we don't edit flac metadata
#2 (closed) would apply when editing vorbis metadata, it's done by taglib and i hope it will check that the buffer isn't too large / verify that the size is correct (i won't check taglib i'm not a security expert)
#3 (closed) "This is due to most applications reading data until they encounter a NULL byte." vorbis reading is made by taglib
#4 length of picture mime type field is properly checked: if( i_data < i_len + 4 )
#5 (closed) we don't save pictures in flac
#6 (closed) Picture Dimension Size Heap Overflow. it is a problem of image rendering software
#7 (closed)#8 (closed)#9 (closed) .... this is all the same, i.e. trusting packet len and not checking it, and we don't do that.
#10 (closed) we don't implement that
#11 (closed) same