]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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:03:35 +0000 (06:03 +0800)
commitfd9471ef7e6ee38a7f29f5556928ddf4824f8bdd
treef4cdca3d713ce2394aab9e2d527a6454b4cb5c53
parentca4e7610b166ff557a5f357bac6f12ec66a1ac1a
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