[Ocfs2-tools-commits] branch, master, updated. ocfs2-tools-1.4.0-94-gd243284

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Thu Jul 17 20:13:12 PDT 2008


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, master has been updated
       via  d243284b517de4f7d1a8b808ec515387fbbc034c (commit)
      from  e3f6e474189a937daf22f9c9393d7e5139b567a3 (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 d243284b517de4f7d1a8b808ec515387fbbc034c
Author: Tao Ma <tao.ma at oracle.com>
Date:   Thu Jul 17 06:45:44 2008 +0800

    tunefs.ocfs2: Fix overflow when calling uuid_unparse.
    
    uuid_unparse will convert the supplied UUID uu from the binary
    representation into a 36-byte string, so the old uuid string(which
    only have 33 bytes allocated) will overflow and make tunefs.ocfs2
    segment fault.
    
    Signed-off-by: Tao Ma <tao.ma at oracle.com>
    Signed-off-by: Mark Fasheh <mfasheh at suse.com>

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

Summary of changes:
 tunefs.ocfs2/query.c |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)


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



More information about the Ocfs2-tools-commits mailing list