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
Wed, Feb 11, 12:13 AM (9 h, 50 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28634150
Default Alt Text
D9053.diff (416 B)

Event Timeline