git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c49dc90
)
mac80211: fix error in sizeof() usage
author
Cong Ding
<dinggnu@gmail.com>
Wed, 6 Feb 2013 16:23:45 +0000
(17:23 +0100)
committer
Johannes Berg
<johannes.berg@intel.com>
Wed, 6 Feb 2013 16:31:55 +0000
(17:31 +0100)
Using 'sizeof' on array given as function argument returns
size of a pointer rather than the size of array.
Cc: stable@vger.kernel.org
Signed-off-by: Cong Ding <dinggnu@gmail.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
No differences found