Dave Olson
164ef7a252
IB/ipath: Fix incorrect use of sizeof on msg buffer (function argument)
...
Inside a function declared as
void foo(char bar[512])
the value of sizeof bar is the size of a pointer, not 512. So avoid
constructions like this by passing the size explicitly.
Also reduce the size of the buffer to 128 bytes (512 was overly generous).
Signed-off-by: Dave Olson <dave.olson@qlogic.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
2007-10-30 11:05:49 -07:00
..
2007-10-17 08:42:52 -07:00
2007-10-19 20:36:17 -07:00
2007-10-12 14:51:01 -07:00
2007-10-22 21:19:53 +02:00
2007-10-19 23:10:43 +02:00
2007-08-22 19:52:46 -07:00
2007-10-22 08:13:17 -07:00
2007-10-23 15:49:55 +10:00
2007-10-22 02:59:46 -07:00
2007-10-19 11:53:43 -07:00
2007-10-23 09:03:07 -07:00
2007-10-10 21:15:29 -07:00
2007-10-12 15:49:37 -07:00
2007-10-10 00:12:41 -04:00
2007-10-10 16:55:50 -07:00
2007-10-16 09:43:09 -07:00
2007-10-18 14:37:32 -07:00
2007-10-19 11:53:56 -07:00
2007-10-14 12:41:52 -07:00
2007-10-15 08:19:33 -07:00
2007-10-22 19:48:56 +02:00
2007-10-19 11:53:42 -07:00
2007-10-20 00:47:32 +02:00
2007-10-19 20:36:17 -07:00
2007-10-20 01:34:40 +02:00
2007-10-23 09:49:29 +02:00
2007-10-22 21:19:53 +02:00
2007-10-30 11:05:49 -07:00
2007-10-22 19:29:58 -07:00
2007-10-19 23:22:55 +02:00
2007-10-23 15:49:47 +10:00
2007-10-20 01:55:58 +02:00
2007-10-23 15:49:56 +10:00
2007-10-19 20:36:17 -07:00
2007-10-23 08:32:06 -07:00
2007-10-22 19:20:22 -07:00
2007-10-19 23:21:04 +02:00
2007-10-20 01:34:40 +02:00
2007-10-20 01:34:40 +02:00
2007-10-22 21:19:53 +02:00
2007-10-23 12:07:52 +01:00
2007-10-23 09:56:11 -07:00
2007-10-17 21:17:42 -07:00
2007-10-23 09:49:31 +02:00
2007-10-18 14:37:23 -07:00
2007-10-23 09:49:33 +02:00
2007-10-19 11:53:41 -07:00
2007-10-17 08:43:04 -07:00
2007-10-22 19:20:52 -07:00
2007-10-19 11:53:41 -07:00
2007-10-20 01:34:40 +02:00
2007-10-23 09:17:53 +02:00
2007-10-20 15:04:06 -07:00
2007-10-23 09:13:14 +02:00
2007-10-23 08:32:34 -07:00
2007-09-21 15:55:55 +09:00
2007-10-19 23:10:43 +02:00
2007-10-16 21:04:11 -04:00
2007-10-17 08:42:57 -07:00
2007-10-12 21:20:32 +02:00
2007-10-22 21:19:53 +02:00
2007-10-19 20:36:17 -07:00
2007-10-23 15:49:55 +10:00
2007-10-18 14:37:28 -07:00
2007-10-21 12:42:55 -06:00
2007-10-18 14:37:28 -07:00
2007-10-19 23:21:04 +02:00
2007-10-23 15:49:54 +10:00
2007-10-23 15:49:54 +10:00