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-395-g03df518


From: Justus Winter
Subject: [SCM] GNU Mach branch, master, updated. v1.4-395-g03df518
Date: Tue, 04 Feb 2014 14:22:01 +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  03df518586e3cfd106eb20827781f12a0596e48c (commit)
       via  172f3ea324a3685a62b03edd8b03e5f09e265301 (commit)
       via  d7b113dced48aaaba6db262db2ed420b47917896 (commit)
       via  80d642898f5a95025afd3e5ee70e01cce0857845 (commit)
      from  a7fcd5dfaad27dc33c1c1e22ebef2ded8d53b5a0 (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 03df518586e3cfd106eb20827781f12a0596e48c
Author: Justus Winter <address@hidden>
Date:   Tue Feb 4 11:47:00 2014 +0100

    xen: fix buffer size
    
    Previously, only strlen(device_name) bytes were allocated, missing one
    byte for the terminating zero.
    
    * xen/block.c (hyp_block_init): Fix buffer size.

commit 172f3ea324a3685a62b03edd8b03e5f09e265301
Author: Justus Winter <address@hidden>
Date:   Tue Feb 4 11:43:41 2014 +0100

    ddb: safely copy symbol names into the symtab structure
    
    Use strncpy instead of strcpy to copy the name of a symbol into the
    symtab structure.  Make sure that the string is properly terminated.
    
    Found using Coverity.
    
    * ddb/db_sym.c (db_add_symbol_table): Use strncpy instead of strcpy,
    ensure string termination.

commit d7b113dced48aaaba6db262db2ed420b47917896
Author: Justus Winter <address@hidden>
Date:   Tue Feb 4 11:39:23 2014 +0100

    kern: make kmem_error panic
    
    The slab allocator relies on the fact that kmem_cache_error does not
    return.  Previously, kmem_error was using printf.  Use panic instead.
    
    Found using the Clang Static Analyzer.
    
    * kern/slab.c (kmem_error): Use panic instead of printf.

commit 80d642898f5a95025afd3e5ee70e01cce0857845
Author: Justus Winter <address@hidden>
Date:   Tue Feb 4 11:38:04 2014 +0100

    kern: use kmem_warn instead of kmem_error in kmem_cache_error
    
    * kern/slab.c (kmem_cache_error): Use kmem_warn instead of kmem_error
    to print the cache name and its address.

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

Summary of changes:
 ddb/db_sym.c |    3 ++-
 kern/slab.c  |    6 +++---
 xen/block.c  |    2 +-
 3 files changed, 6 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

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