firewire: add minor number range check to fw_device_init()
authorTejun Heo <tj@kernel.org>
Thu, 28 Feb 2013 01:04:04 +0000 (17:04 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 3 Mar 2013 22:06:41 +0000 (06:06 +0800)
commitef7a6c344031cd99e16a116a7984d9428dce8401
tree04aaad8121bc1a1cd6e33efb2fa02887cc0da4e2
parent303ee54c72f488b90c2355977c1619a08db6ed9c
firewire: add minor number range check to fw_device_init()

commit 3bec60d511179853138836ae6e1b61fe34d9235f upstream.

fw_device_init() didn't check whether the allocated minor number isn't
too large.  Fail if it goes overflows MINORBITS.

Signed-off-by: Tejun Heo <tj@kernel.org>
Suggested-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Acked-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/firewire/core-device.c