Page MenuHomeFreeBSD

D9053.diff
No OneTemporary

D9053.diff

Index: head/sys/kern/uipc_mbuf2.c
===================================================================
--- head/sys/kern/uipc_mbuf2.c
+++ head/sys/kern/uipc_mbuf2.c
@@ -159,7 +159,7 @@
* the target data is on <n, off>.
* if we got enough data on the mbuf "n", we're done.
*/
- if ((off == 0 || offp) && len <= n->m_len - off && writable)
+ if ((off == 0 || offp) && len <= n->m_len - off)
goto ok;
/*

File Metadata

Mime Type
text/plain
Expires
Thu, Dec 26, 9:04 AM (11 h, 38 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15603127
Default Alt Text
D9053.diff (416 B)

Event Timeline