Better comment for #8477 release-2.x.y

Wed, 07 May 2014 00:50:48 +0200

author
Tomasz Wasilczyk <twasilczyk@pidgin.im>
date
Wed, 07 May 2014 00:50:48 +0200
branch
release-2.x.y
changeset 36000
77d70db4a1d1
parent 35999
5841bd4da162
child 36001
10ae4e6808e5

Better comment for #8477

libpurple/protocols/jabber/si.c file | annotate | diff | comparison | revisions
--- 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