CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/09/20 06:34:18
Modified files:
sys/kern : uipc_socket.c
Log message:
In somove() free the mbufs when necessary instead of freeing them
in the release path. Especially accessing m in a KDASSERT() could
go wrong.
OK claudio@
