In ext2fs_write(), clear the buffer on uiomove() failure unless it
authormillert <millert@openbsd.org>
Sat, 13 Jan 2018 15:57:58 +0000 (15:57 +0000)
committermillert <millert@openbsd.org>
Sat, 13 Jan 2018 15:57:58 +0000 (15:57 +0000)
commitad4c60c03da897ad2a0453b0ccd79e6b106f2112
treec1bd0b58cd3f760292774de60c20d20cbb9fc319
parent0d60ec82edfa3aae0b5ba48e489151582f0150a6
In ext2fs_write(), clear the buffer on uiomove() failure unless it
was cleared on alloc just like we do in ffs_write().
sys/ufs/ext2fs/ext2fs_readwrite.c