git: Fix more wrong sizeof() usages, part 3/x
Sascha Wildner
swildner at crater.dragonflybsd.org
Wed Jun 20 19:37:43 PDT 2012
commit 277dbd163cd03cd859e806c527a9964c2db1d2b3
Author: Sascha Wildner <saw at online.de>
Date: Thu Jun 21 04:25:19 2012 +0200
Fix more wrong sizeof() usages, part 3/x
Some comments:
* The gzip fix speeds up uncompression of compress(1)'d files with gzip.
A test here took 9s with the fix when it previously took 15s.
* Our OpenSSH is without J-PAKE support, hence the OpenSSH fix is only
cosmetical.
Found-with: Coccinelle (http://coccinelle.lip6.fr/)
Summary of changes:
crypto/openssh/jpake.c | 2 +-
sys/dev/acpica5/acpi_package.c | 2 +-
sys/dev/raid/mfi/mfi_tbolt.c | 2 +-
sys/netinet/ip_carp.c | 4 ++--
sys/netproto/ncp/ncp_mod.c | 3 ++-
usr.bin/gzip/zuncompress.c | 3 +--
6 files changed, 8 insertions(+), 8 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/277dbd163cd03cd859e806c527a9964c2db1d2b3
--
DragonFly BSD source repository
More information about the Commits
mailing list