SDK Bugs

"Roy Feague" <[email protected]> Tue, 5 Jun 2001 15:06:36 -0700
Newsgroups gmane.ietf.vcard
Message-ID <048f01c0ee0b$c9b8db40$c5020194@RFEAGUE2K>
Hello out there -

Judging from the archives, it's pretty quiet in here; hopefully there are
still some lurkers.

Does anyone know if there is a list of bugs found thus far in the SDK being
compiled anywhere other than the mail archives?  I've found a bug relating
to parameters with NULL values.  For example, if one parses the vCard:

BEGIN:VCARD
TEL;CAR:
TEL;HOME;VOICE:123
END:VCARD

and then passes it back through writeVObjectToFile, one gets back:

BEGIN:VCARD
TEL;CAR:VOICE:123
END:VCARD

I'd be interested to know about other bugs in this code, and would welcome
input from anyone who knows about any ongoing maintenance of the SDK.

Thanks,
-Roy Feague