--- a/libpurple/protocols/jabber/si.c Wed May 07 00:39:44 2014 +0200 +++ b/libpurple/protocols/jabber/si.c Wed May 07 00:50:48 2014 +0200 @@ -1717,6 +1717,9 @@ filesize_64 = g_ascii_strtoull(filesize_c, NULL, 10); /* TODO 3.0.0: When the core uses a guint64, this is redundant. * See #8477. + * + * It may not be necessary on 64-bit machine. + * coverity[result_independent_of_operands] */ if (filesize_64 > G_MAXSIZE) { /* Should this pop up a warning? */