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


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_28-67-ge9f5c2e
Date: Wed, 14 Oct 2009 13:29:11 +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  e9f5c2eb89ff447d033d21a2e97ad7016631d62d (commit)
       via  2100186e907990e4e0c4cb13902cca4f2bd232c2 (commit)
       via  a3ce557b275d513fa4026e7a694ca729e93c4447 (commit)
       via  29c9b541daffd1d2c71a3ccbf9df5339b3f07ff4 (commit)
       via  750dd8d7d9f246af114f39aa658a6a5aa4985f2f (commit)
      from  f434bc1686f6aa14a8f4278dcb29685be4d44123 (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 e9f5c2eb89ff447d033d21a2e97ad7016631d62d
Author: Daniele Forsi <address@hidden>
Date:   Wed Oct 14 15:12:00 2009 +0200

    Fix valgrind errors "Conditional jump or move depends on uninitialised 
value(s)"
    
    Output from valgrind:
    ==31970== Conditional jump or move depends on uninitialised value(s)
    ==31970==    at 0x40269F3: strcmp (mc_replace_strmem.c:337)
    ==31970==    by 0x8055500: writephonebook (gnokii-phonebook.c:428)
    ==31970==    by 0x804CE25: parse_options (gnokii.c:891)
    ==31970==    by 0x804C60F: parse_options (gnokii.c:823)
    ==31970==    by 0x804D1D1: main (gnokii.c:1190)
    ==31970==
    ==31970== Conditional jump or move depends on uninitialised value(s)
    ==31970==    at 0x4026A1F: strcmp (mc_replace_strmem.c:337)
    ==31970==    by 0x8055500: writephonebook (gnokii-phonebook.c:428)
    ==31970==    by 0x804CE25: parse_options (gnokii.c:891)
    ==31970==    by 0x804C60F: parse_options (gnokii.c:823)
    ==31970==    by 0x804D1D1: main (gnokii.c:1190)
    ==31970==
    ==31970== Conditional jump or move depends on uninitialised value(s)
    ==31970==    at 0x40269F3: strcmp (mc_replace_strmem.c:337)
    ==31970==    by 0x805565F: writephonebook (gnokii-phonebook.c:430)
    ==31970==    by 0x804CE25: parse_options (gnokii.c:891)
    ==31970==    by 0x804C60F: parse_options (gnokii.c:823)
    ==31970==    by 0x804D1D1: main (gnokii.c:1190)
    ==31970==
    ==31970== Conditional jump or move depends on uninitialised value(s)
    ==31970==    at 0x4026A1F: strcmp (mc_replace_strmem.c:337)
    ==31970==    by 0x805565F: writephonebook (gnokii-phonebook.c:430)
    ==31970==    by 0x804CE25: parse_options (gnokii.c:891)
    ==31970==    by 0x804C60F: parse_options (gnokii.c:823)
    ==31970==    by 0x804D1D1: main (gnokii.c:1190)
    ==31970==
    ==31970== Conditional jump or move depends on uninitialised value(s)
    ==31970==    at 0x40266EB: strlen (mc_replace_strmem.c:242)
    ==31970==    by 0x427F6D7: vfprintf (in /lib/tls/i686/cmov/libc-2.9.so)
    ==31970==    by 0x428061F: (within /lib/tls/i686/cmov/libc-2.9.so)
    ==31970==    by 0x427BADD: vfprintf (in /lib/tls/i686/cmov/libc-2.9.so)
    ==31970==    by 0x4337986: __fprintf_chk (in /lib/tls/i686/cmov/libc-2.9.so)
    ==31970==    by 0x80556A0: writephonebook (stdio2.h:98)
    ==31970==    by 0x804CE25: parse_options (gnokii.c:891)
    ==31970==    by 0x804C60F: parse_options (gnokii.c:823)
    ==31970==    by 0x804D1D1: main (gnokii.c:1190)

commit 2100186e907990e4e0c4cb13902cca4f2bd232c2
Author: Daniele Forsi <address@hidden>
Date:   Wed Oct 14 14:16:29 2009 +0200

    Do not return GN_ERR_WRONGDATAFORMAT at EOF in writephonebook()

commit a3ce557b275d513fa4026e7a694ca729e93c4447
Author: Daniele Forsi <address@hidden>
Date:   Wed Oct 14 12:49:35 2009 +0200

    Make translatable strings identical
    
    s/FAILED/failed/

commit 29c9b541daffd1d2c71a3ccbf9df5339b3f07ff4
Author: Daniele Forsi <address@hidden>
Date:   Wed Oct 14 12:32:44 2009 +0200

    Fix memleak shown by valgrind
    
    Would still leak on error from STORESUB() and STORENUM()
    Output from valgrind:
    ==26169==    at 0x4024092: calloc (vg_replace_malloc.c:397)
    ==26169==    by 0x807E1E7: gnokii_strsplit (misc.c:584)
    ==26169==    by 0x8064E29: gn_vcardstr2phonebook (vcard.c:330)
    ==26169==    by 0x80655D2: gn_vcard2phonebook (vcard.c:291)
    ==26169==    by 0x80556FE: writephonebook (gnokii-phonebook.c:356)
    ==26169==    by 0x804CE25: parse_options (gnokii.c:891)
    ==26169==    by 0x804C60F: parse_options (gnokii.c:823)
    ==26169==    by 0x804D1D1: main (gnokii.c:1190)

commit 750dd8d7d9f246af114f39aa658a6a5aa4985f2f
Author: Daniele Forsi <address@hidden>
Date:   Wed Oct 14 11:44:35 2009 +0200

    Fix off by one bug in gn_vcardstr2phonebook()
    
    When unfolding copy also the string terminator else the result would be a
    duplication of the last character in the string.
    Synthom of bug is:
    strings[6] = END:VCARD
    strings[7] = D
    strings[8] = D

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

Summary of changes:
 common/vcard.c            |    8 +++++---
 gnokii/gnokii-phonebook.c |    6 +++---
 2 files changed, 8 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
libgnokii and core programs




reply via email to

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