Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102108356
D29177.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
435 B
Referenced Files
None
Subscribers
None
D29177.diff
View Options
diff --git a/sys/opencrypto/ktls_ocf.c b/sys/opencrypto/ktls_ocf.c
--- a/sys/opencrypto/ktls_ocf.c
+++ b/sys/opencrypto/ktls_ocf.c
@@ -574,7 +574,7 @@
if (!inplace) {
/* Duplicate the output iov to append the trailer. */
memcpy(out_iov, outiov, outiovcnt * sizeof(*out_iov));
- out_iov[outiovcnt] = iov[outiovcnt];
+ out_iov[outiovcnt] = iov[iniovcnt];
out_uio.uio_iov = out_iov;
out_uio.uio_iovcnt = outiovcnt + 1;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 8, 5:22 PM (20 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14539436
Default Alt Text
D29177.diff (435 B)
Attached To
Mode
D29177: ktls: Fix non-inplace TLS 1.3 encryption.
Attached
Detach File
Event Timeline
Log In to Comment