FreeBSD Bugzilla – Attachment 234523 Details for
Bug 252316
[PATCH] add OCF offloading to ZFS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
OCF KASSERT patch
freebsd-zfs-ocf-sha256.diff (text/plain), 569 bytes, created by
Jeremy Faulkner
on 2022-06-07 13:35:20 UTC
(
hide
)
Description:
OCF KASSERT patch
Filename:
MIME Type:
Creator:
Jeremy Faulkner
Created:
2022-06-07 13:35:20 UTC
Size:
569 bytes
patch
obsolete
>diff --git a/sys/opencrypto/crypto.c b/sys/opencrypto/crypto.c >index fde1316595e5..84a2be63e89b 100644 >--- a/sys/opencrypto/crypto.c >+++ b/sys/opencrypto/crypto.c >@@ -1376,7 +1376,8 @@ crp_sanity(struct cryptop *crp) > KASSERT(crp->crp_payload_output_start == 0 || > crp->crp_payload_output_start < olen, > ("invalid payload output start")); >- KASSERT(crp->crp_payload_output_start + >+ KASSERT(csp->csp_mode == CSP_MODE_DIGEST || >+ crp->crp_payload_output_start + > crp->crp_payload_length <= olen, > ("payload outside output buffer")); > }
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 252316
:
221152
|
222488
|
234523
|
234528
|
234665
|
234740