cvs commit: src/sys/fs/cd9660 cd9660_vnops.c
Konstantin Belousov
kib at FreeBSD.org
Wed Jun 11 12:46:25 UTC 2008
kib 2008-06-11 12:46:09 UTC
FreeBSD src repository
Modified files:
sys/fs/cd9660 cd9660_vnops.c
Log:
SVN rev 179722 on 2008-06-11 12:46:09Z by kib
In cd9660_readdir vop, always initialize the idp->uio_off member.
The while loop that is assumed to initialize the uio_off later, may
be not entered at all, causing uninitialized value to be returned in
uio->uio_offset.
PR: 122925
Submitted by: Jaakko Heinonen <jh saunalahti fi>
MFC after: 1 weeks
Revision Changes Path
1.114 +1 -0 src/sys/fs/cd9660/cd9660_vnops.c
More information about the cvs-src
mailing list