https://github.com/torvalds/linux
Revision eabc77935d8d2a761c88b9cbb6313bd54b6ddbb3 authored by Roland Dreier on 18 November 2005, 22:18:26 UTC, committed by Roland Dreier on 18 November 2005, 22:18:26 UTC
Make sure that userspace passes in enough data when sending a MAD.  We
always copy at least sizeof (struct ib_user_mad) + IB_MGMT_RMPP_HDR
bytes from userspace, so anything less is definitely invalid.  Also,
if the length is less than this limit, it's possible for the second
copy_from_user() to get a negative length and trigger a BUG().

Signed-off-by: Roland Dreier <rolandd@cisco.com>
1 parent 48fd0d1
History
Tip revision: eabc77935d8d2a761c88b9cbb6313bd54b6ddbb3 authored by Roland Dreier on 18 November 2005, 22:18:26 UTC
IB/umad: make sure write()s have sufficient data
Tip revision: eabc779
File Mode Size
Documentation
arch
block
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
scripts
security
sound
usr
.gitignore -rw-r--r-- 391 bytes
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 87.2 KB
Kbuild -rw-r--r-- 1.2 KB
MAINTAINERS -rw-r--r-- 61.1 KB
Makefile -rw-r--r-- 42.5 KB
README -rw-r--r-- 14.5 KB
REPORTING-BUGS -rw-r--r-- 3.0 KB

README

back to top