[Ocfs2-tools-commits] branch, ocfs2-tools-1.2, updated. ocfs2-tools-1.2.7-5-g70ccec7

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Wed Apr 8 20:23:32 PDT 2009


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 "Tools to manage the ocfs2 filesystem.".

The branch, ocfs2-tools-1.2 has been updated
       via  70ccec7d0cac1f6ea24c7bd992874369496ae789 (commit)
      from  51f628ff8dfc62f221b84106c915ed59e496f06b (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 70ccec7d0cac1f6ea24c7bd992874369496ae789
Author: Tao Ma <tao.ma at oracle.com>
Date:   Thu Apr 9 02:19:19 2009 +0800

    mkfs.ocfs2: Let system_dir_blocks_needed return block num.
    
    system_dir_blocks_needed is deemed to return block number needed
    for system dir. But it return the wrong cluster number. It causes
    memory overflow in following case.
    
    mkfs.ocfs2 -b 2048 -C 4096 -N 48 /dev/sdX.
    Writing system files: *** glibc detected *** mkfs.ocfs2: double free
    or corruption (!prev): 0x081f8000 ***
    
    Reported-by: Dyno Fu <dyno.fu at oracle.com>
    Signed-off-by: Tao Ma <tao.ma at oracle.com>
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>

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

Summary of changes:
 mkfs.ocfs2/mkfs.c |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
Tools to manage the ocfs2 filesystem.



More information about the Ocfs2-tools-commits mailing list