summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorJohan Hovold <johan@kernel.org>2021-10-27 12:35:29 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-11-12 17:05:50 +0300
commit20cebb8b620dc987e55ddc46801de986e081757e (patch)
tree60fb574537b4ebc33bda6648882a1c33d417e449 /net
parente7fb722586a2936b37bdff096c095c30ca06404d (diff)
downloadlinux-20cebb8b620dc987e55ddc46801de986e081757e.tar.xz
comedi: dt9812: fix DMA buffers on stack
commit 536de747bc48262225889a533db6650731ab25d3 upstream. USB transfer buffers are typically mapped for DMA and must not be allocated on the stack or transfers will fail. Allocate proper transfer buffers in the various command helpers and return an error on short transfers instead of acting on random stack data. Note that this also fixes a stack info leak on systems where DMA is not used as 32 bytes are always sent to the device regardless of how short the command is. Fixes: 63274cd7d38a ("Staging: comedi: add usb dt9812 driver") Cc: stable@vger.kernel.org # 2.6.29 Reviewed-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Johan Hovold <johan@kernel.org> Link: https://lore.kernel.org/r/20211027093529.30896-3-johan@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions