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

From: Herbert Rosmanith
Date: Mon Jun 05 2006 - 17:06:14 EST


> a closer look reveals that wrudf tries to read() into
> a buffer-address of NIL.

and the winner is ....

initIO() !

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").

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/