Page MenuHomeFreeBSD

D24674.id.diff
No OneTemporary

D24674.id.diff

Index: head/sys/kern/uipc_socket.c
===================================================================
--- head/sys/kern/uipc_socket.c
+++ head/sys/kern/uipc_socket.c
@@ -1678,6 +1678,13 @@
resid = 0;
if (flags & MSG_EOR)
top->m_flags |= M_EOR;
+#ifdef KERN_TLS
+ if (tls != NULL) {
+ ktls_frame(top, tls, &tls_enq_cnt,
+ tls_rtype);
+ tls_rtype = TLS_RLTYPE_APP;
+ }
+#endif
} else {
/*
* Copy the data from userland into a mbuf

File Metadata

Mime Type
text/plain
Expires
Sat, Apr 4, 1:14 AM (1 h, 32 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30789762
Default Alt Text
D24674.id.diff (483 B)

Event Timeline