libpurple/protocols/jabber/si.c

branch
release-2.x.y
changeset 36000
77d70db4a1d1
parent 35991
e6937e52930b
child 36002
31a8779e91d4
child 36025
2897add11757
--- 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? */

mercurial