commit-hurd
[Top][All Lists]
Advanced

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

[SCM] GNU Mach branch, master, updated. v1.4-444-gb0039d6


From: Justus Winter
Subject: [SCM] GNU Mach branch, master, updated. v1.4-444-gb0039d6
Date: Wed, 11 Jun 2014 08:30:36 +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 "GNU Mach".

The branch, master has been updated
       via  b0039d6972f631ca7fdff2379d50ad31c3781a7d (commit)
      from  306d763d872bae2a1cc23fe13b769cace8198a3a (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 b0039d6972f631ca7fdff2379d50ad31c3781a7d
Author: Justus Winter <address@hidden>
Date:   Sun Jun 8 11:17:08 2014 +0200

    device: fix net_rcv_msg-messages
    
    Previously, all net_rcv_msg-messages sent by net_deliver 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.
    
    * device/net_io.c (net_deliver): Account for the extra field in the
    msgh_size calculation.

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

Summary of changes:
 device/net_io.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

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