Sat, 15 Jun 2013 20:52:38 +0530
Initialized a hasher to NULL
| libpurple/protocols/jabber/caps.c | file | annotate | diff | comparison | revisions |
--- a/libpurple/protocols/jabber/caps.c Sat Jun 15 20:41:52 2013 +0530 +++ b/libpurple/protocols/jabber/caps.c Sat Jun 15 20:52:38 2013 +0530 @@ -457,7 +457,7 @@ /* Only validate if these are v1.5 capabilities */ if (userdata->hash) { gchar *hash = NULL; - PurpleCipher *hasher; + PurpleCipher *hasher = NULL; /* * TODO: If you add *any* hash here, make sure the checksum buffer * size in jabber_caps_calculate_hash is large enough. The cipher API