summaryrefslogtreecommitdiff
path: root/ring_rx.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-28ring: purge timer before we unmap tx ring buffersDaniel Borkmann1-1/+1
2013-03-19ring: first unmap, then destroy ring bufferDaniel Borkmann1-4/+3
2013-03-16ring: check return value of setsockoptDaniel Borkmann1-2/+7
2013-03-15all: import netsniff-ng 0.5.8-rc0 sourceDaniel Borkmann1-0/+130
f/?id=bfe5b1b1e013f7b1c0fd2ac3b3c8c380114b3fb9&id2=92d21ac74a9e3c09b0b01c764e530657e4c85c49'>diff)
mmc: block: fix free of uninitialized 'idata->buf'
Set 'idata->buf' to NULL so that it never gets returned without initialization. This fixes a bug where mmc_blk_ioctl_cmd() would free both 'idata' and 'idata->buf' but 'idata->buf' was returned uninitialized. Fixes: 1ff8950c0433 ("mmc: block: change to use kmalloc when copy data from userspace") Signed-off-by: Ville Viinikka <ville@tuxera.com> Cc: <stable@vger.kernel.org> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat