--- zzzz-none-000/linux-2.6.32.61/drivers/char/ipmi/ipmi_bt_sm.c 2013-06-10 09:43:48.000000000 +0000 +++ ar10-7272-687/linux-2.6.32.61/drivers/char/ipmi/ipmi_bt_sm.c 2010-04-08 11:00:21.000000000 +0000 @@ -95,9 +95,9 @@ enum bt_states state; unsigned char seq; /* BT sequence number */ struct si_sm_io *io; - unsigned char write_data[IPMI_MAX_MSG_LENGTH + 2]; /* +2 for memcpy */ + unsigned char write_data[IPMI_MAX_MSG_LENGTH]; int write_count; - unsigned char read_data[IPMI_MAX_MSG_LENGTH + 2]; /* +2 for memcpy */ + unsigned char read_data[IPMI_MAX_MSG_LENGTH]; int read_count; int truncated; long timeout; /* microseconds countdown */