pidgin/pidgin

9c9277601d98
Avoid hardcoding buffer sizes passed to g_checksum_update()

g_checksum_update() can internally strlen() the buffers passed to it.
This is generally safer than hardcoding the lengths, even for
literal strings. This patch modifies such calls to use the default
strlen() behavior.
For information on hacking on Pidgin, Finch, or libpurple, see:
https://developer.pidgin.im