diff options
author | 2007-10-09 22:24:36 -0700 | |
---|---|---|
committer | 2007-10-30 11:05:49 -0700 | |
commit | 164ef7a25285bbc42d8177f454b31631ca4d3ec7 (patch) | |
tree | 8b1bb151e66af810efdeeb67124ae1ca2fad9f82 /mm/filemap.c | |
parent | IB/ipath: Limit length checksummed in eeprom (diff) | |
download | linux-rng-164ef7a25285bbc42d8177f454b31631ca4d3ec7.tar.xz linux-rng-164ef7a25285bbc42d8177f454b31631ca4d3ec7.zip |
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>
Diffstat (limited to 'mm/filemap.c')
0 files changed, 0 insertions, 0 deletions