CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2012/04/13 13:18:58
Modified files: sys/kern : uipc_usrreq.c Log message: Don't convert a mbuf to a cluster and think the data in the mbuf is still valid after that. Copy the data into a temp buffer and then copy it back into the shiny new cluster. Problem found by deraadt@. Ok deraadt@