git: Fix more wrong sizeof() usages, part 4/x
Sascha Wildner
swildner at crater.dragonflybsd.org
Sat Jun 30 01:45:33 PDT 2012
commit 5406684d1fb88a44f3c4843fd70494e58b3cd431
Author: Sascha Wildner <saw at online.de>
Date: Sat Jun 30 10:44:33 2012 +0200
Fix more wrong sizeof() usages, part 4/x
We want struct sizes here, not pointer sizes.
Found-with: Coccinelle (http://coccinelle.lip6.fr/)
Summary of changes:
contrib/hostapd/src/crypto/md5.c | 2 +-
contrib/hostapd/src/drivers/driver_ralink.c | 2 +-
contrib/wpa_supplicant/src/crypto/md5.c | 2 +-
contrib/wpa_supplicant/src/drivers/driver_ralink.c | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/5406684d1fb88a44f3c4843fd70494e58b3cd431
--
DragonFly BSD source repository
More information about the Commits
mailing list