otrv4 / pidgin-otrng

Fork of https://bugs.otr.im/plugins/pidgin-otr. This is a mirror of https://bugs.otr.im/otrv4/pidgin-otrng
GNU General Public License v2.0
16 stars 5 forks source link

The client profile contains weird versions field #79

Closed olabini closed 5 years ago

olabini commented 5 years ago

When printing the versions field from the prekey server, it prints 0x33, 0x34, 0x0 which seems strange.

olabini commented 5 years ago

This has been fixed in the latest libotr-ng commit - it was caused by an off-by-one error in the serialization that caused the final null-byte in the string to be serialized as well.