Re: UDF: buggy? libdvdread vs. udf fs driver

From: Herbert Rosmanith
Date: Mon Jun 05 2006 - 17:12:40 EST


> it will malloc() a 64kb buffer. but only if medium==CDRW.
> if the medium is a diskimage, the buffer-pointer will
> remain 0x0000000 (or "NIL").

oh, to be more precise: initIO() reads:
if (device_type==DISK_IMAGE)
return 0;

the malloc() loop is below the if statement.
I'll try to fix it w/o breaking other things :-/

kind regards,
h.rosmanith
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/