cvs commit: src/sys/fs/pseudofs pseudofs_vnops.c
Alexander Leidinger
netchild at FreeBSD.org
Tue Jun 27 20:21:39 UTC 2006
netchild 2006-06-27 20:21:38 UTC
FreeBSD src repository
Modified files:
sys/fs/pseudofs pseudofs_vnops.c
Log:
Correctly calculate a buffer length. It was off by one so a read() returned
one byte less than needed.
This is a RELENG_x_y candidate, since it fixes a problem with Oracle 10.
Noticed by: Dmitry Ganenko <dima at apk-inform.com>
Testcase by: Dmitry Ganenko <dima at apk-inform.com>
Reviewed by: des
Submitted by: rdivacky
Sponsored by: Google SoC 2006
MFC after: 1 week
Revision Changes Path
1.60 +1 -1 src/sys/fs/pseudofs/pseudofs_vnops.c
More information about the cvs-src
mailing list