gnokii-commit
[Top][All Lists]
Advanced

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

[SCM] libgnokii and core programs branch, master, updated. rel_0_6_28-68


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_28-68-g3cb3042
Date: Fri, 16 Oct 2009 19:08:43 +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 "libgnokii and core programs".

The branch, master has been updated
       via  3cb3042725fed8ce6dea3de1cfecb14a9c2db6ea (commit)
      from  e9f5c2eb89ff447d033d21a2e97ad7016631d62d (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 3cb3042725fed8ce6dea3de1cfecb14a9c2db6ea
Author: Daniele Forsi <address@hidden>
Date:   Fri Oct 16 18:19:14 2009 +0200

    Fix "Syscall param rt_sigaction(act->sa_flags) points to uninitialised 
byte(s)"
    
    Initialise sa_flags because sigaction() reads it to decide if sa_sigaction 
or
    sa_handler should be used.
    Output from valgrind:
    ==19113== Syscall param rt_sigaction(act->sa_flags) points to uninitialised 
byte(s)
    ==19113==    at 0x40007F2: (within /lib/ld-2.9.so)
    ==19113==    by 0x423B782: sigaction (in 
/lib/tls/i686/cmov/libpthread-2.9.so)
    ==19113==    by 0x804DDFE: main (smsd.c:524)
    ==19113==  Address 0xbe88426c is on thread 1's stack
    ...
    ==19113== Syscall param rt_sigaction(act->sa_flags) points to uninitialised 
byte(s)
    ==19113==    at 0x40007F2: (within /lib/ld-2.9.so)
    ==19113==    by 0x423B782: sigaction (in 
/lib/tls/i686/cmov/libpthread-2.9.so)
    ==19113==    by 0x804DE16: main (smsd.c:525)
    ==19113==  Address 0xbe88426c is on thread 1's stack
    ...
    ==19113== Syscall param rt_sigaction(act->sa_flags) points to uninitialised 
byte(s)
    ==19113==    at 0x40007F2: (within /lib/ld-2.9.so)
    ==19113==    by 0x423B782: sigaction (in 
/lib/tls/i686/cmov/libpthread-2.9.so)
    ==19113==    by 0x804DE2E: main (smsd.c:526)
    ==19113==  Address 0xbe88426c is on thread 1's stack

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

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


hooks/post-receive
-- 
libgnokii and core programs




reply via email to

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