commit-hurd
[Top][All Lists]
Advanced

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

[SCM] the great next stuff branch, dde, updated. e363aa56321f652684ffed2


From: Justus Winter
Subject: [SCM] the great next stuff branch, dde, updated. e363aa56321f652684ffed281030d95d365c53c0
Date: Wed, 11 Jun 2014 08:41:06 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "the great next stuff".

The branch, dde has been updated
       via  e363aa56321f652684ffed281030d95d365c53c0 (commit)
      from  dc7e40fa2b4abb76ae2a2c4fdf100e0a5f005aea (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e363aa56321f652684ffed281030d95d365c53c0
Author: Justus Winter <address@hidden>
Date:   Tue Jun 10 11:42:23 2014 +0200

    libmachdev: fix net_rcv_msg-messages
    
    Previously, all net_rcv_msg-messages sent by netif_rx_handle were
    malformed.  It never was a problem in practice, since the messages are
    not complex and thus the kernel does not try to parse the message.
    
    struct net_rcv_msg contains an additional field of type
    boolean_t.  This field has no associated type descriptor, so it must
    not be included in the message.
    
    * libmachdev/net.c (netif_rx_handle): Account for the extra field in
    the msgh_size calculation.

-----------------------------------------------------------------------

Summary of changes:
 libmachdev/net.c |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
the great next stuff



reply via email to

[Prev in Thread] Current Thread [Next in Thread]