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

git: AMD64 - Fix file descriptor passing.


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 13 Aug 2009 16:10:12 -0700 (PDT)

commit 72ed5f2f081eb30411768668554eec72f55c6174
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date:   Thu Aug 13 16:07:55 2009 -0700

    AMD64 - Fix file descriptor passing.
    
    * The kernel was improperly assuming that the cmsghdr structure is
      aligned.  It is not on 64-bit architectures.
    
    Reported-by: Antonio Huete <ahuete.devel@gmail.com>

Summary of changes:
 sys/kern/uipc_usrreq.c |   38 +++++++++++++++++++++++---------------
 1 files changed, 23 insertions(+), 15 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/72ed5f2f081eb30411768668554eec72f55c6174


-- 
DragonFly BSD source repository



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