[prev in list] [next in list] [prev in thread] [next in thread] 

List:       oprofile-commits
Subject:    [oprof-cvs] [SF SCMS]oprofile branch master updated. PRE_RELEASE_1_0-24-g4598ca7
From:       "Maynard Johnson" <maynardj () users ! sourceforge ! net>
Date:       2014-11-07 16:35:37
Message-ID: E1XmmVl-0007FW-NM () sfs-ml-4 ! v29 ! ch3 ! sourceforge ! com
[Download RAW message or body]

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 "oprofile".

The branch, master has been updated
       via  4598ca73b0a367ca46d4a2843261e20e1896773b (commit)
      from  09bf741f18ae5830156ffbf3e33e933145601b06 (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 4598ca73b0a367ca46d4a2843261e20e1896773b
Author: Maynard Johnson <maynardj@us.ibm.com>
Date:   Fri Nov 7 10:09:50 2014 -0600

    Incorrect arguments for open() in opjitconv.c may cause compilation error
    
    Richard Purdie reported this problem when using compile fortification
    options on a mips build of oprofile:
    
    | In file included from \
/media/build1/poky/build/tmp/sysroots/qemumips/usr/include/fcntl.h:302:0,  |          \
from opjitconv.c:25:  | In function 'open',
    |     inlined from 'copy_dumpfile' at opjitconv.c:219:6:
    | /media/build1/poky/build/tmp/sysroots/qemumips/usr/include/bits/fcntl2.h:50:4: \
error: call to '__open_missing_mode' declared with attribute error: open with O_CREAT \
in second argument needs 3 arguments  |     __open_missing_mode ();
    |     ^
    | Makefile:440: recipe for target 'opjitconv.o' failed
    
    The error was due to the S_IRUSR create mode being specified on the open
    call instead of the O_RDONLY flag.
    
    Signed-off-by: Maynard Johnson <maynardj@us.ibm.com>

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

Summary of changes:
 opjitconv/opjitconv.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
oprofile

------------------------------------------------------------------------------
_______________________________________________
Oprofile-commits mailing list
Oprofile-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oprofile-commits


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic