[Bug 349707] Re: VLC cannot play from hfsplus drive

RĂ©mi Denis-Courmont remi at remlab.net
Tue May 18 15:06:27 UTC 2010


The kernel bug is clear and well understood:

The open() system calls returns succesfully when the path points to a
REGULAR file from an HFS mount point, and the open flags include
O_DIRECTORY. Then, glibc is lrued into returning success on opendir(),
instead of failing with errno = EISDIR, as required by POSIX. And then,
VLC thinks the REGULAR file is a directory, even though it's not.

** Changed in: linux (Ubuntu)
       Status: Incomplete => New

-- 
VLC cannot play from hfsplus drive
https://bugs.launchpad.net/bugs/349707
You received this bug notification because you are a member of Kernel
Bugs, which is subscribed to linux in ubuntu.




More information about the kernel-bugs mailing list