ipc: don't allocate a copy larger than max
authorPeter Hurley <[email protected]>
Fri, 8 Mar 2013 20:43:27 +0000 (12:43 -0800)
committerLinus Torvalds <[email protected]>
Fri, 8 Mar 2013 23:05:33 +0000 (15:05 -0800)
commit88b9e456b1649722673ffa147914299799dc9041
treecb2c12ee6fc4ad53e1a15c4e19f676b1d0058183
parente1082f45f1e2bbf6e25f6b614fc6616ebf709d19
ipc: don't allocate a copy larger than max

When MSG_COPY is set, a duplicate message must be allocated for the copy
before locking the queue.  However, the copy could not be larger than was
sent which is limited to msg_ctlmax.

Signed-off-by: Peter Hurley <[email protected]>
Acked-by: Stanislav Kinsbursky <[email protected]>
Cc: <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
ipc/msg.c