FreeBSD Bugzilla – Attachment 7313 Details for
Bug 15956
Off-by-1 error in diskstrategy()
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 411 bytes, created by
peter.jeremy
on 2000-01-06 23:00:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
peter.jeremy
Created:
2000-01-06 23:00:01 UTC
Size:
411 bytes
patch
obsolete
>Index: subr_disk.c >=================================================================== >RCS file: /home/CVSROOT/src/sys/kern/subr_disk.c,v >retrieving revision 1.16 >diff -u -r1.16 subr_disk.c >--- subr_disk.c 1999/12/19 12:36:41 1.16 >+++ subr_disk.c 2000/01/06 21:39:34 >@@ -193,7 +193,7 @@ > return; > } > >- if (dscheck(bp, dp->d_slice) < 0) { >+ if (dscheck(bp, dp->d_slice) <= 0) { > biodone(bp); > return; > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 15956
: 7313 |
7314