git: DragonFly_RELEASE_3_0 Fix more wrong sizeof() usages, part 3/x

Sascha Wildner swildner at crater.dragonflybsd.org
Wed Jun 20 19:41:30 PDT 2012


commit 1ad9baefb6afa9445d771c319d7e1aa5276989f2
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/netproto/ncp/ncp_mod.c     |    3 ++-
 usr.bin/gzip/zuncompress.c     |    3 +--
 4 files changed, 5 insertions(+), 5 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/1ad9baefb6afa9445d771c319d7e1aa5276989f2


-- 
DragonFly BSD source repository





More information about the Commits mailing list