Date: Wed, 11 Jun 2008 12:46:09 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/cd9660 cd9660_vnops.c Message-ID: <200806111246.m5BCkP4x009855@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806111246.m5BCkP4x009855>
