K 10 svn:author V 6 tsoome K 8 svn:date V 27 2019-12-13T12:36:16.909579Z K 7 svn:log V 348 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. MFC after: 1 week END