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


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_28-74-gbbdc543
Date: Sat, 17 Oct 2009 16:43:12 +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  bbdc5432f64055fa7fd7553d13352ed176aa5541 (commit)
      from  be9d2d6889333ded2232989c975e99af342476d1 (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 bbdc5432f64055fa7fd7553d13352ed176aa5541
Author: Daniele Forsi <address@hidden>
Date:   Sat Oct 17 18:31:13 2009 +0200

    Simplify code by not allocating strings that won't change
    
    Also make debug output similar to gnokii --identify.
    Using those functions fixes some valgrind errors when using model=fake for 
testing.
    Output from valgrind:
    ==27196== Thread 2:
    ==27196== Conditional jump or move depends on uninitialised value(s)
    ==27196==    at 0x40266EB: strlen (mc_replace_strmem.c:242)
    ==27196==    by 0x40A0F9D: g_strdup (in /usr/lib/libglib-2.0.so.0.2000.1)
    ==27196==    by 0x804E30E: InitModelInf (lowlevel.c:111)
    ==27196==    by 0x804E62E: RealConnect (lowlevel.c:161)
    ==27196==    by 0x804EAA6: Connect (lowlevel.c:481)
    ==27196==    by 0x42334FE: start_thread (in 
/lib/tls/i686/cmov/libpthread-2.9.so)
    ==27196==    by 0x437949D: clone (in /lib/tls/i686/cmov/libc-2.9.so)
    ...
    ==27196== Conditional jump or move depends on uninitialised value(s)
    ==27196==    at 0x40266EB: strlen (mc_replace_strmem.c:242)
    ==27196==    by 0x42D86D7: vfprintf (in /lib/tls/i686/cmov/libc-2.9.so)
    ==27196==    by 0x42D961F: (within /lib/tls/i686/cmov/libc-2.9.so)
    ==27196==    by 0x42D4ADD: vfprintf (in /lib/tls/i686/cmov/libc-2.9.so)
    ==27196==    by 0x4390BF0: __vfprintf_chk (in 
/lib/tls/i686/cmov/libc-2.9.so)
    ==27196==    by 0x805C17C: log_printf (stdio2.h:128)
    ==27196==    by 0x805C1E5: gn_log_xdebug (misc.c:400)
    ==27196==    by 0x804E352: InitModelInf (lowlevel.c:115)
    ==27196==    by 0x804E62E: RealConnect (lowlevel.c:161)
    ==27196==    by 0x804EAA6: Connect (lowlevel.c:481)
    ==27196==    by 0x42334FE: start_thread (in 
/lib/tls/i686/cmov/libpthread-2.9.so)
    ==27196==    by 0x437949D: clone (in /lib/tls/i686/cmov/libc-2.9.so)

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

Summary of changes:
 smsd/lowlevel.c |   44 ++++++++++----------------------------------
 smsd/lowlevel.h |    6 +++---
 2 files changed, 13 insertions(+), 37 deletions(-)


hooks/post-receive
-- 
libgnokii and core programs




reply via email to

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