Properly free the temporary sf_buf in uiomove_fromphys() if a copyin/copyout
authorMatthew Dillon <dillon@dragonflybsd.org>
Wed, 18 Aug 2004 09:16:16 +0000 (09:16 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Wed, 18 Aug 2004 09:16:16 +0000 (09:16 +0000)
commit76099f4cb862cb30ec878f9a03ab3cd5a3d50755
tree567f46fb5a3600b271bfb0da4249ea276a33e069
parent9d00c939e4c2aad6ba5934711b20e3a40e80dda0
Properly free the temporary sf_buf in uiomove_fromphys() if a copyin/copyout
fails.  Such failures commonly occur when pipes are broken by a ^C.
sys/i386/i386/uio_machdep.c
sys/platform/pc32/i386/uio_machdep.c