aboutsummaryrefslogtreecommitdiff
path: root/website/static/security/patches/EN-22:17/cam.patch
diff options
context:
space:
mode:
Diffstat (limited to 'website/static/security/patches/EN-22:17/cam.patch')
-rw-r--r--website/static/security/patches/EN-22:17/cam.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/website/static/security/patches/EN-22:17/cam.patch b/website/static/security/patches/EN-22:17/cam.patch
new file mode 100644
index 0000000000..eed5a64f44
--- /dev/null
+++ b/website/static/security/patches/EN-22:17/cam.patch
@@ -0,0 +1,10 @@
+--- sys/cam/cam_periph.c.orig
++++ sys/cam/cam_periph.c
+@@ -1421,6 +1421,7 @@
+ * and the result will be the final one returned to the CCB owher.
+ */
+ saved_ccb = (union ccb *)done_ccb->ccb_h.saved_ccb_ptr;
++ saved_ccb->ccb_h.periph_links = done_ccb->ccb_h.periph_links;
+ bcopy(saved_ccb, done_ccb, sizeof(*done_ccb));
+ xpt_free_ccb(saved_ccb);
+ if (done_ccb->ccb_h.cbfcnp != camperiphdone)