FreeBSD Bugzilla – Attachment 151764 Details for
Bug 196819
mptutil show drives and mptutil show config segfaulted on 10.1-RELEASE
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix for the bug I filed
Bug196819.diff (text/plain), 374 bytes, created by
Roy Yang
on 2015-01-17 08:47:11 UTC
(
hide
)
Description:
Fix for the bug I filed
Filename:
MIME Type:
Creator:
Roy Yang
Created:
2015-01-17 08:47:11 UTC
Size:
374 bytes
patch
obsolete
>Index: mpt_cam.c >=================================================================== >--- mpt_cam.c (revision 277209) >+++ mpt_cam.c (working copy) >@@ -272,6 +272,10 @@ > return (0); > } > >+ ccb = cam_getccb(dev); >+ if (ccb == NULL) >+ return (ENOMEM); >+ > /* Zero the rest of the ccb. */ > bzero(&(&ccb->ccb_h)[1], sizeof(struct ccb_scsiio) - > sizeof(struct ccb_hdr));
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 196819
: 151764