GNOME Bugzilla – Bug 585052
An account with a '|' in its name gives strange results...
Last modified: 2014-02-14 09:02:47 UTC
Sigh... I was playing with the account when I fell on this :-( I quickly realized opal accounts are serialized with "<<" and unserialized with "strtok". That is pretty easy to correct, as there are already quite a few places where serialization/unserialization is done in ekiga... but that means breaking the existing configurations! I have to see if I can find how to migrate things sanely...
*** Bug 589266 has been marked as a duplicate of this bug. ***
"Sigh... I was playing with the account when I fell on this :-(" Tu veux un mouchoir ? ;-)
I was doing serious stress-testing of the account code, and that turned the problem up... notice that report is a month older than bug #589266.
This is fixed by recent Julien's commit making use of XML...