Your message dated Fri, 02 Aug 2013 11:46:12 +0200
with message-id <[email protected]>
and subject line Re: Bug#679239: Fwd: Issue with commoncpp2, zrtp, linphone, 
and latest kopete
has caused the Debian Bug report #679239,
regarding Fwd: Issue with commoncpp2, zrtp, linphone, and latest kopete
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
679239: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=679239
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:ucommon
Version: 5.2.2-3

----------  Forwarded Message  ----------

Subject: Issue with commoncpp2, zrtp, linphone, and latest kopete
Date: Wed, 27 Jun 2012, 20:20:52
From: David Sugar <[email protected]>
To: [email protected]

This bug was identified this morning in Fedora.  It effects linphone and
the latest Kopete built with ortp, as both now make use GNU ZRTP in
Fedora.  It surely applies to Debian as well (and arch, etc...)...

This is the relevant interum patch, for ucommon 5.2.2:

diff --git i/commoncpp/address.cpp w/commoncpp/address.cpp
index 24eeb2b..967d154 100644
--- i/commoncpp/address.cpp
+++ w/commoncpp/address.cpp
@@ -360,7 +360,7 @@ void IPV4Address::setAddress(const char *host)
             if(ipaddr)
                 delete[] ipaddr;
             ipaddr = new struct in_addr[1];
-            memset((void *)&ipaddr[0], 0, sizeof(ipaddr));
+            memset((void *)&ipaddr[0], 0, sizeof(struct in_addr));
             return;
         }

@@ -498,7 +498,7 @@ IPV6Address::IPV6Address(const IPV6Validator
*_validator)
     : validator(_validator), hostname(NULL) {
     addr_count = 1;
     ipaddr = new struct in6_addr[1];
-    memcpy(ipaddr, &in6addr_any, sizeof(in6_addr));
+    memcpy(ipaddr, &in6addr_any, sizeof(struct in6_addr));
 }

 IPV6Address::IPV6Address(const char *address, const IPV6Validator
*_validator) :
@@ -716,7 +716,7 @@ void IPV6Address::setAddress(const char *host)
             if(ipaddr)
                 delete[] ipaddr;
             ipaddr = new struct in6_addr[1];
-            memset((void *)&ipaddr[0], 0, sizeof(ipaddr));
+            memset((void *)&ipaddr[0], 0, sizeof(struct in6_addr));
             return;
         }

@@ -796,7 +796,7 @@ void IPV6Address::setAddress(const char *host)
             if(ipaddr)
                 delete[] ipaddr;
             ipaddr = new struct in6_addr[1];
-            memset((void *)&ipaddr[0], 0, sizeof(ipaddr));
+            memset((void *)&ipaddr[0], 0, sizeof(struct in6_addr));
             return;
         }

This will be incorporated into ucommon 5.2.3 & 5.4.2 probably later tonight.

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

<<attachment: dyfet.vcf>>

Attachment: signature.asc
Description: This is a digitally signed message part.


--- End Message ---
--- Begin Message ---
Version: 6.0.2-1

Quoting Mark Purcell (2012-06-27 13:27:00)
> Package: src:ucommon
> Version: 5.2.2-3

> This bug was identified this morning in Fedora.  It effects linphone 
> and the latest Kopete built with ortp, as both now make use GNU ZRTP 
> in Fedora.  It surely applies to Debian as well (and arch, etc...)...

> This will be incorporated into ucommon 5.2.3 & 5.4.2 probably later 
> tonight.

This bug is fixed upstream since (before) our packaged 6.0.2-1

 - Jonas

-- 
 * Jonas Smedegaard - idealist & Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private

Attachment: signature.asc
Description: signature


--- End Message ---

Reply via email to