commit-hurd
[Top][All Lists]
Advanced

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

[SCM] Hurd branch, master, updated. hurd-release-0-2-3532-ge848c0d


From: Samuel Thibault
Subject: [SCM] Hurd branch, master, updated. hurd-release-0-2-3532-ge848c0d
Date: Sat, 20 Jul 2013 15:06:53 +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 "Hurd".

The branch, master has been updated
       via  e848c0dee50ba029083d8a83a38d1c4536d37362 (commit)
      from  3bbb218e2682de2d566cc66115a108a56c04f42c (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 e848c0dee50ba029083d8a83a38d1c4536d37362
Author: Samuel Thibault <address@hidden>
Date:   Sat Jul 20 17:06:25 2013 +0200

    pfinet: Fix call to kfree_s
    
    kfree_s expects a pointer and a size argument. Currently the
    sizeof(cache) is used as size argument, this is certainly not what was
    intented.
    
    For reference, this code was present in Linux up to version 2.3.14 and
    was replaced in 2.3.15.
    
    Found using coccinelle and
    https://raw.github.com/coccinelle/coccinellery/master/sz/sz.cocci.
    
    * pfinet/linux-src/net/ipv4/ipmr.c (ipmr_cache_delete): Fix kfree_s call.

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

Summary of changes:
 pfinet/linux-src/net/ipv4/ipmr.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Hurd



reply via email to

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