Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F106126544
D2290.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
513 B
Referenced Files
None
Subscribers
None
D2290.diff
View Options
Index: head/sys/cam/cam_xpt.c
===================================================================
--- head/sys/cam/cam_xpt.c
+++ head/sys/cam/cam_xpt.c
@@ -4264,8 +4264,10 @@
}
memcpy(ccb->casync.async_arg_ptr, async_arg, size);
ccb->casync.async_arg_size = size;
- } else if (size < 0)
+ } else if (size < 0) {
+ ccb->casync.async_arg_ptr = async_arg;
ccb->casync.async_arg_size = size;
+ }
if (path->device != NULL && path->device->lun_id != CAM_LUN_WILDCARD)
xpt_freeze_devq(path, 1);
else
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Dec 26, 8:19 PM (12 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15607671
Default Alt Text
D2290.diff (513 B)
Attached To
Mode
D2290: Fix an uninitialized variable reference in xpt_async.
Attached
Detach File
Event Timeline
Log In to Comment