KAMBAROV, ZAUR
9c101fd439
[PATCH] coverity: ipmi_msghandler() channels array overrun fix
We fix the check in 1084, which was
1084 if (addr->channel > IPMI_NUM_CHANNELS) {
1085 spin_lock_irqsave(&intf->counter_lock, flags);
1086 intf->sent_invalid_commands++;
1087 spin_unlock_irqrestore(&intf->counter_lock, flags);
1088 rv = -EINVAL;
1089 goto out_err;
1090 }
addr->channel is used in
1092 if (intf->channels[addr->channel].medium
Definitions involved:
221 struct ipmi_channel channels[IPMI_MAX_CHANNELS];
134 #define IPMI_MAX_CHANNELS 8
In /linux-2.6.12-rc6/include/linux/ipmi.h
148 #define IPMI_NUM_CHANNELS 0x10
Signed-off-by: Zaur Kambarov <zkambarov@coverity.com>
Cc: Corey Minyard <minyard@acm.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-06-28 21:20:33 -07:00
..
2005-06-07 12:35:44 -07:00
2005-06-26 09:55:39 -07:00
2005-06-25 16:25:02 -07:00
2005-06-25 16:25:06 -07:00
2005-06-28 21:20:33 -07:00
2005-06-25 16:25:05 -07:00
2005-06-27 18:03:21 -07:00
2005-06-27 21:52:38 -07:00
2005-06-25 16:24:38 -07:00
2005-06-28 21:20:29 -07:00
2005-06-25 16:24:25 -07:00
2005-06-25 16:25:01 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-06-25 16:24:57 -07:00
2005-06-20 15:15:08 -07:00
2005-05-01 08:59:08 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-05-01 08:59:08 -07:00
2005-06-25 16:24:40 -07:00
2005-04-16 15:20:36 -07:00
2005-06-20 15:15:32 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-06-25 16:24:25 -07:00
2005-04-16 15:20:36 -07:00
2005-06-25 16:25:06 -07:00
2005-04-16 15:20:36 -07:00
2005-06-25 16:25:00 -07:00
2005-06-25 16:25:03 -07:00
2005-04-16 15:20:36 -07:00
2005-06-25 16:25:11 -07:00
2005-05-05 16:36:47 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-06-20 15:15:08 -07:00
2005-06-21 18:46:32 -07:00
2005-06-20 15:15:32 -07:00
2005-05-04 07:33:13 -07:00
2005-06-25 16:24:55 -07:00
2005-06-27 15:11:43 -07:00
2005-04-16 15:23:53 -07:00
2005-06-27 21:52:38 -07:00
2005-06-06 14:42:23 -07:00
2005-04-16 15:20:36 -07:00
2005-06-23 09:45:36 -07:00
2005-06-23 09:45:36 -07:00
2005-04-16 15:20:36 -07:00
2005-06-25 16:25:03 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-06-20 15:15:08 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:25:56 -07:00
2005-06-20 15:15:08 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-06-25 16:25:04 -07:00
2005-06-25 16:25:04 -07:00
2005-04-16 15:20:36 -07:00
2005-06-28 21:20:29 -07:00
2005-04-30 12:19:28 +01:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-25 13:29:46 -07:00
2005-06-20 15:15:27 -07:00
2005-04-25 13:28:52 -07:00
2005-05-04 07:33:14 -07:00
2005-04-16 15:20:36 -07:00
2005-05-01 08:59:08 -07:00
2005-06-20 15:15:08 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-06-25 16:24:54 -07:00
2005-04-16 15:20:36 -07:00
2005-06-28 21:20:29 -07:00
2005-06-25 16:24:24 -07:00
2005-06-25 16:24:58 -07:00
2005-04-16 15:20:36 -07:00
2005-06-20 15:15:08 -07:00
2005-04-16 15:20:36 -07:00
2005-06-20 15:15:08 -07:00
2005-04-16 15:20:36 -07:00
2005-06-21 18:46:32 -07:00
2005-04-16 15:20:36 -07:00
2005-06-28 21:20:30 -07:00
2005-06-18 13:33:01 -07:00