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-72


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_28-72-g3e8b4b7
Date: Fri, 16 Oct 2009 21:40:06 +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  3e8b4b7dd5abb4fbcbe9c3a062bf3d360c58ab4c (commit)
       via  b715fa3325be4fd4df537dd9ff7743218d5cab08 (commit)
       via  43e4a0e561bf56fed772ce3b3781a60e93610ebc (commit)
       via  0f06b0e2a2ace3b833f6dcc5645d3ac9849e8fad (commit)
      from  3cb3042725fed8ce6dea3de1cfecb14a9c2db6ea (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 3e8b4b7dd5abb4fbcbe9c3a062bf3d360c58ab4c
Author: Daniele Forsi <address@hidden>
Date:   Fri Oct 16 23:14:14 2009 +0200

    Fix "Invalid read of size 4"
    
    A_SendSMSMessage() was reading memory freed by another thread.
    Output from valgrind:
    ==26368== Invalid read of size 4
    ==26368==    at 0x804E17B: A_SendSMSMessage (lowlevel.c:304)
    ==26368==    by 0x804E6F0: RealConnect (lowlevel.c:401)
    ==26368==    by 0x804EAA6: Connect (lowlevel.c:481)
    ==26368==    by 0x42334FE: start_thread (in 
/lib/tls/i686/cmov/libpthread-2.9.so)
    ==26368==    by 0x437949D: clone (in /lib/tls/i686/cmov/libc-2.9.so)
    ==26368==  Address 0x454ae24 is 4 bytes inside a block of size 8 free'd
    ==26368==    at 0x4024DFA: free (vg_replace_malloc.c:323)
    ==26368==    by 0x4088125: g_free (in /usr/lib/libglib-2.0.so.0.2000.1)
    ==26368==    by 0x804D681: WriteSMS (smsd.c:411)
    ==26368==    by 0x402C2F7: DB_Look (file.c:234)
    ==26368==    by 0x804D521: SendSMS (smsd.c:368)
    ==26368==    by 0x42334FE: start_thread (in 
/lib/tls/i686/cmov/libpthread-2.9.so)
    ==26368==    by 0x437949D: clone (in /lib/tls/i686/cmov/libc-2.9.so)

commit b715fa3325be4fd4df537dd9ff7743218d5cab08
Author: Daniele Forsi <address@hidden>
Date:   Fri Oct 16 21:32:54 2009 +0200

    Make translatable strings identical

commit 43e4a0e561bf56fed772ce3b3781a60e93610ebc
Author: Daniele Forsi <address@hidden>
Date:   Fri Oct 16 21:18:01 2009 +0200

    Remove dead code
    
    End number is forced equal to start number by gnokii_atoi() if it's less.

commit 0f06b0e2a2ace3b833f6dcc5645d3ac9849e8fad
Author: Carsten Grohmann <address@hidden>
Date:   Thu Oct 15 21:49:55 2009 +0200

    Some messages rephrased
    
    The changes as git formatted patch :-)
    
    Regards,
    Carsten

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

Summary of changes:
 gnokii/gnokii-sms.c |   11 +++--------
 smsd/lowlevel.c     |    4 +++-
 smsd/smsd.c         |    2 +-
 3 files changed, 7 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
libgnokii and core programs




reply via email to

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