DragonFly BSD
DragonFly commits List (threaded) for 2010-08
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: cryptosoft - Fix useless compression detection


From: Alex Hornung <alexh@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 20 Aug 2010 23:54:12 -0700 (PDT)

commit 1f26af6e4b0512d444bd50fe484b8aaf2ab93e6f
Author: Alex Hornung <ahornung@gmail.com>
Date:   Sat Aug 21 07:49:27 2010 +0100

    cryptosoft - Fix useless compression detection
    
    * If the result of the compression has the same size as the input, it's
      also useless; not only when it's bigger.
    
    * This seems to fix several issues with consumers that would send the
      data out without noting that compression was used.
    
    Obtained-from: FreeBSD

Summary of changes:
 sys/opencrypto/cryptosoft.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]