Dan Carpenter
14e45c15e1
sata_sil24: memset() overflow
...
cb->atapi.cdb is an array of 16 u8 elements. The call too memset()
would set the first part of the sge array to zero as well. It's not
a packed struct.
This one has been around for five years. I found it with Smatch. I
think the reason no one has seen it before is because we normally call
sil24_fill_sg() and that overwrites sge with proper information?
Signed-off-by: Dan Carpenter <error27@gmail.com >
Signed-off-by: Jeff Garzik <jgarzik@redhat.com >
2010-06-10 16:06:33 -04:00
..
2010-06-04 15:23:02 -04:00
2010-06-10 16:06:33 -04:00
2010-05-22 00:36:56 -06:00
2010-05-25 08:07:09 -07:00
2010-05-27 09:12:48 -07:00
2010-06-04 15:37:44 -07:00
2010-05-20 21:04:44 -07:00
2010-06-06 20:44:04 -07:00
2010-06-02 17:10:44 +09:00
2010-05-28 16:14:17 -07:00
2010-06-03 16:57:24 +10:00
2010-06-02 21:02:39 -06:00
2010-06-04 15:39:54 -07:00
2010-06-02 19:48:13 +02:00
2010-05-21 09:37:31 -07:00
2010-05-28 01:37:59 +02:00
2010-06-08 20:16:28 -07:00
2010-05-27 09:19:55 -07:00
2010-06-03 11:33:58 +02:00
2010-06-03 11:33:58 +02:00
2010-06-02 17:50:38 +10:00
2010-05-28 14:26:20 -04:00
2010-05-27 10:22:06 -07:00
2010-06-04 17:16:27 -04:00
2010-06-08 22:23:21 +02:00
2010-06-03 03:28:22 -07:00
2010-06-03 11:33:58 +02:00
2010-06-03 15:46:37 -07:00
2010-05-27 09:12:48 -07:00
2010-06-04 15:38:12 -07:00
2010-05-27 09:12:41 -07:00
2010-06-03 11:33:58 +02:00
2010-06-04 15:21:44 -07:00
2010-06-09 08:51:31 -07:00
2010-06-07 17:10:06 -07:00
2010-06-09 12:44:19 -07:00
2010-05-22 00:36:56 -06:00
2010-05-26 19:51:09 +02:00
2010-06-07 16:03:10 -04:00
2010-06-02 21:02:38 -06:00
2010-06-01 08:40:47 -07:00
2010-06-03 11:33:58 +02:00
2010-05-30 09:02:47 -07:00
2010-06-03 11:33:58 +02:00
2010-06-04 15:21:44 -07:00
2010-06-08 18:58:23 +02:00
2010-05-24 08:01:10 -07:00
2010-06-03 15:48:15 -07:00
2010-06-04 13:37:18 -07:00
2010-06-01 12:04:35 -04:00
2010-06-02 18:10:00 +09:00
2010-06-02 13:45:06 -06:00
2010-05-28 13:57:01 -04:00
2010-06-04 15:38:12 -07:00
2010-05-27 09:12:42 -07:00
2010-06-04 15:42:09 -07:00
2010-06-09 08:50:31 -07:00
2010-06-04 15:42:09 -07:00
2010-05-21 17:22:52 -07:00
2010-05-21 09:37:31 -07:00
2010-06-07 15:55:03 +00:00
2010-06-03 09:34:45 +01:00
2010-05-21 09:37:31 -07:00
2010-05-28 14:26:20 -04:00