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

git: padlock - get rid of __GNUCLIKE_ASM #ifdefs


From: Alex Hornung <alexh@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 20 Aug 2010 13:16:50 -0700 (PDT)

commit a79f55e03325d2294bcc475dc7a7a55a3c910e9c
Author: Alex Hornung <ahornung@gmail.com>
Date:   Fri Aug 20 21:09:52 2010 +0100

    padlock - get rid of __GNUCLIKE_ASM #ifdefs
    
    * Remove the uses of __GNUCLIKE_ASM, as we don't define it and in any
      case it only causes problems.
    
    * If it wasn't defined, it would cause encryption to succeed but without
      encrypting anything, potentially leaking private information. Since on
      DragonFly this define doesn't exist, this would always be the case.
    
    Reported-by: Jan Lentfer (lentferj@)
    Dragonfly-bug: http://bugs.dragonflybsd.org/issue1638

Summary of changes:
 sys/crypto/via/padlock_cipher.c |    2 --
 sys/crypto/via/padlock_hash.c   |    4 ----
 2 files changed, 0 insertions(+), 6 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/a79f55e03325d2294bcc475dc7a7a55a3c910e9c


-- 
DragonFly BSD source repository



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