Bug #1501
closedmount_cd9660 segfaults
0%
Description
mount_cd9660 segfaults if you don't specify -L.
The code seems to be copied from mount_msdos, but FreeBSD has a
different code and argument in mount_cd9660. We should try to stay
close to FreeBSDs behavior.
Updated by polachok about 15 years ago
mount_cd9660 segfaults if you don't specify -L.
Okay, I'll fix this.
We should try to stay close to FreeBSDs behavior.
Hey, why? It's confusing to have different options for the same thing. I mean -L
(mount_msdos) and -C (mount_cd9660). Can we have both in mount_cd9660 at least?
Pleeease.
Updated by corecode about 15 years ago
Alexander Polakov (via DragonFly issue tracker) wrote:
Alexander Polakov <polachok@gmail.com> added the comment:
mount_cd9660 segfaults if you don't specify -L.
Okay, I'll fix this.
We should try to stay close to FreeBSDs behavior.
Hey, why? It's confusing to have different options for the same thing. I mean -L
(mount_msdos) and -C (mount_cd9660). Can we have both in mount_cd9660 at least?
Pleeease.
They also have different semantics in FreeBSD. I don't know what is
better, I just know that they set a precedent, and we should have a very
good reason to break with it.
cheers
simon
Updated by polachok about 15 years ago
Should be fixed in
http://gitweb.dragonflybsd.org/dragonfly.git/commit/e1483b1caea9ab840295e442c9532
03b9a692f42