K 10 svn:author V 6 tsoome K 8 svn:date V 27 2019-12-20T07:40:28.181973Z K 7 svn:log V 342 MFC r355713: loader: cd9660_open() warn: is 'buf' large enough for 'struct iso_primary_descriptor'? We do allocate amount of memory (void * or char *), and then assign this buffer to struct iso_primary_descriptor *vd. Make sure we do allocate enough bytes. In fact we do allocate enough, but it is good idea to make sure this really is so. END