[Bug 10091] valgrind errors in ObexTransportAgent
by bugzilla@moblin.org
http://bugzilla.moblin.org/show_bug.cgi?id=10091
--- Comment #2 from pohly <patrick.ohly(a)intel.com> 2010-03-11 06:07:20 PST ---
+ arrayptr<char> who (new char [len+1]
+ memcpy (who, header.bs, len);
+ who[len] = 0;
SE_LOG_DEV (NULL, NULL,
- "OBEX Transport: get header
+ "OBEX Transport: get header
Instead of copying the string and nul-terminating it, it is more efficient to
use a length delimiter, like this:
printf("%*s", len, header.bs")
Warning, untested... "len" has to be an int. If it is a size_t, cast it.
--
Configure bugmail: http://bugzilla.moblin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching someone on the CC list of the bug.
12 years, 6 months
[Bug 7877] New: SyncEvolution + Ubuntu 9.10 + evolution-couchdb address book + REV
by bugzilla@moblin.org
http://bugzilla.moblin.org/show_bug.cgi?id=7877
Summary: SyncEvolution + Ubuntu 9.10 + evolution-couchdb
address book + REV
Classification: Moblin Projects
Product: SyncEvolution
Version: upstream
Platform: Netbook
OS/Version: Other
Status: Waiting for upstream
Severity: major
Priority: P2
Component: SyncEvolution
AssignedTo: patrick.ohly(a)intel.com
ReportedBy: patrick.ohly(a)intel.com
QAContact: yanshuang.zheng(a)intel.com
CC: shuang.wan(a)intel.com, syncevolution(a)lists.intel.com
This is based on a bug report received by a user via private email. He tried
address book sync with SyncEvolution on Ubuntu 9.10 with evolution-couchdb (the
Ubuntu One backend) installed and got:
[ERROR] addressbook: contact entry without REV:
010cb345b24a0841e3ff478abeaa363f
I believe the lack of REV support is a deficiency in the couchdb backend and
have reported it there:
https://bugs.launchpad.net/evolution-couchdb/+bug/479110
Let's see how they reply. Without support REV support, we can't use that
backend and either have to educate users about the problem or blacklist the
backend.
--
Configure bugmail: http://bugzilla.moblin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching someone on the CC list of the bug.
12 years, 6 months
[Bug 9437] New: Nokia_7210c template should use blank username and password
by bugzilla@moblin.org
http://bugzilla.moblin.org/show_bug.cgi?id=9437
Summary: Nokia_7210c template should use blank username and
password
Classification: Moblin Projects
Product: SyncEvolution
Version: upstream
Platform: Netbook
OS/Version: Moblin Linux
Status: NEW
Severity: minor
Priority: Undecided
Component: SyncEvolution
AssignedTo: congwu.chen(a)intel.com
ReportedBy: jingke.zhang(a)intel.com
QAContact: jingke.zhang(a)intel.com
CC: syncevolution(a)lists.intel.com
Image: moblin-2.2-Preview-Netbook-IntelInternalOnly-201002030857.usbimg
Description:
================
When we do 'syncevolution -l Nokia_7210c nokia', it will generate the config
for Nokia_7210c phone. We can still see those in its config.ini:
------
username = your SyncML server account name
password = your SyncML server password
Please make them empty for user's convenience. :)
--
Configure bugmail: http://bugzilla.moblin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching someone on the CC list of the bug.
12 years, 6 months