[cr][git]linux-cr branch, ckpt-v17-dev, updated. v2.6.27-rc5-46185-ge861b44

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

 



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 "linux-cr".

The branch, ckpt-v17-dev has been updated
       via  e861b44b93a6e14571bcc2f9d68b46ca8c44a734 (commit)
       via  ab84defe5b093ecec3a4a1abf2bc32f768e3205e (commit)
      from  d8a68a4242a854ed585caa81d3aed61965c91e55 (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 e861b44b93a6e14571bcc2f9d68b46ca8c44a734
Author: Oren Laadan <orenl@xxxxxxxxxxxxxxx>
Date:   Fri Aug 14 16:14:18 2009 -0400

    Fix off-by-one buffer length passed to ckpt_write_string()
    
    Reading and writing of strings expect the buffer length to include
    the terminating NULL (reading will also enforce it). This patch
    fixes the call from sock_unix_write_cwd() to include it.
    
    Signed-off-by: Oren Laadan <orenl@xxxxxxxxxxxxxxx>

commit ab84defe5b093ecec3a4a1abf2bc32f768e3205e
Author: Dan Smith <danms@xxxxxxxxxx>
Date:   Fri Aug 14 08:35:53 2009 -0700

    Fix kfree() corruption in sock_read_buffer_sendmsg()
    
    The memcpy_from_iovec() function that the unix sendmsg functions use modifies
    the struct msghdr.  Since the current code uses the msg.iovec_base pointer
    in the msghdr for the kmalloc() and kfree(), we end up freeing the wrong
    pointer.  This patch stores the original address in a separate pointer and
    corrects the kfree() call to use it.
    
    Signed-off-by: Dan Smith <danms@xxxxxxxxxx>
    Tested-By: Serge Hallyn <serue@xxxxxxxxxx>

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

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


hooks/post-receive
--
linux-cr
_______________________________________________
Containers mailing list
Containers@xxxxxxxxxxxxxxxxxxxxxxxxxx
https://lists.linux-foundation.org/mailman/listinfo/containers

[Index of Archives]     [Cgroups]     [Netdev]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite Forum]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux