Daniel P. Berrange
68b19542ec
Use explicit boolean comparison in OOM check
...
GCC 7 gets upset by
if (!tmp && (size * count))
warning
util/viralloc.c: In function 'virReallocN':
util/viralloc.c:246:23: error: '*' in boolean context, suggest '&&' instead [-Werror=int-in-bool-context]
if (!tmp && (size * count)) {
~~~~~~^~~~~~~~
Keep it happy by adding != 0 to the right hand expression
so it realizes we really are wanting to treat the result
of the arithmetic expression as a boolean
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
(cherry picked from commit 09db97d3cbf334ea28969f08bac8a2fe4aafda16)
2017-08-04 15:58:05 -04:00
..
2016-05-19 15:17:03 -04:00
2017-08-04 15:58:05 -04:00
2016-05-19 16:30:04 -04:00
2015-09-14 11:32:44 +02:00
2014-10-29 09:55:09 -06:00
2014-10-29 09:55:09 -06:00
2014-11-14 17:13:35 +01:00
2016-06-16 06:17:58 -04:00
2016-07-09 11:03:32 +02:00
2016-06-20 12:09:52 +02:00
2016-04-11 12:09:11 +02:00
2015-03-25 15:42:52 +01:00
2017-08-03 17:19:37 -04:00
2016-08-24 15:44:47 -04:00
2015-03-18 09:53:24 +01:00
2017-05-10 15:42:45 -04:00
2015-11-30 13:55:10 +01:00
2016-07-12 13:34:35 +02:00
2016-05-18 08:29:24 -04:00
2017-08-04 15:57:15 -04:00
2016-07-18 15:49:57 +02:00
2017-05-30 18:27:30 -04:00
2016-05-20 11:09:05 -04:00
2016-02-11 11:35:02 +01:00
2016-02-11 11:35:02 +01:00
2014-11-20 08:48:19 -07:00
2016-07-13 13:49:03 +03:00
2016-07-13 13:49:03 +03:00
2016-06-24 13:23:02 -04:00
2016-05-11 20:10:35 +02:00
2015-07-10 11:47:13 +02:00
2015-10-15 19:50:58 -04:00
2016-06-16 13:09:19 -04:00
2016-06-24 14:20:57 +02:00
2016-06-24 14:20:57 +02:00
2016-02-11 11:35:02 +01:00
2014-12-22 16:57:21 -05:00
2016-06-13 14:13:16 -06:00
2016-06-13 14:13:16 -06:00
2016-04-14 13:22:40 -04:00
2016-04-14 13:22:40 -04:00
2016-02-16 14:58:58 +01:00
2016-04-20 12:46:48 +02:00
2016-02-17 12:46:34 +01:00
2016-02-17 12:46:34 +01:00
2017-08-04 15:57:15 -04:00
2016-05-11 09:06:32 +02:00
2016-08-02 14:20:31 +02:00
2016-08-02 14:20:31 +02:00
2016-07-11 11:12:52 +02:00
2016-06-24 18:52:21 +02:00
2016-06-09 18:31:11 +01:00
2016-05-19 15:17:03 -04:00
2015-10-26 13:50:35 +01:00
2016-06-09 18:43:18 +01:00
2016-06-09 18:43:18 +01:00
2015-03-25 13:37:41 +01:00
2014-09-24 15:29:22 +01:00
2014-10-22 13:09:49 +01:00
2016-03-18 09:43:45 +01:00
2016-07-28 08:27:13 -04:00
2016-07-28 08:27:13 -04:00
2016-07-27 13:24:20 +02:00
2016-07-27 13:24:20 +02:00
2015-04-02 16:05:32 +02:00
2016-03-18 17:29:53 +01:00
2016-03-18 17:29:53 +01:00
2015-10-09 15:25:08 +02:00
2016-07-04 16:44:58 +02:00
2016-07-04 16:44:58 +02:00
2014-10-28 14:14:25 -04:00
2014-10-28 14:14:25 -04:00
2016-06-26 19:33:09 -04:00
2016-06-27 12:42:48 +02:00
2016-02-05 16:43:19 +01:00
2015-08-11 16:10:32 +02:00
2017-08-04 15:57:15 -04:00
2014-12-08 14:39:12 -05:00
2016-07-01 21:13:31 -04:00
2016-07-01 21:13:30 -04:00
2016-08-10 16:56:45 +02:00
2016-05-10 14:04:19 -04:00
2015-03-17 12:56:37 -04:00
2015-03-17 12:56:37 -04:00
2016-01-27 13:01:24 +01:00
2016-06-24 21:41:43 +03:00
2015-01-15 11:07:13 +00:00
2015-04-15 16:43:28 +02:00
2016-06-26 19:33:07 -04:00
2015-03-17 12:56:37 -04:00
2016-06-26 19:33:07 -04:00
2016-06-26 19:33:07 -04:00
2016-06-24 14:20:57 +02:00
2014-12-16 11:15:27 +01:00
2015-05-11 08:28:53 +02:00
2015-05-11 08:28:53 +02:00
2016-06-24 14:20:57 +02:00
2016-05-02 15:46:23 +02:00
2016-06-03 10:52:16 +02:00
2016-06-03 10:52:16 +02:00
2015-06-09 13:56:00 -04:00
2014-11-03 16:43:23 +01:00
2016-05-09 13:54:52 +02:00
2016-03-01 06:50:16 -05:00
2015-03-13 15:31:33 +01:00
2014-09-11 15:40:14 -06:00
2015-01-15 11:07:13 +00:00
2016-06-24 14:20:57 +02:00
2015-12-17 10:12:47 +01:00
2016-08-04 15:30:38 +02:00
2016-07-27 13:33:10 +02:00
2016-06-07 10:18:36 -04:00
2016-04-06 20:27:09 -04:00
2015-12-04 18:18:39 +00:00
2015-11-30 15:32:47 +01:00
2016-06-24 14:20:57 +02:00
2015-06-22 16:03:33 -04:00
2016-06-23 12:30:28 -04:00
2016-06-23 12:30:28 -04:00
2014-11-14 17:13:35 +01:00
2016-06-26 19:33:08 -04:00
2016-06-26 19:33:08 -04:00
2014-09-17 11:28:48 -06:00
2016-05-11 09:06:32 +02:00
2016-07-11 14:21:01 +02:00
2016-07-01 15:46:57 -04:00
2016-08-20 08:21:19 -04:00
2016-07-27 18:59:15 +01:00
2016-08-16 19:32:58 +02:00
2016-08-16 19:32:58 +02:00
2016-04-11 12:09:11 +02:00
2015-06-18 10:10:26 +02:00
2016-08-08 08:15:59 +02:00
2016-02-05 16:11:50 +01:00
2015-04-16 15:39:22 +02:00
2015-03-25 10:00:53 +01:00
2015-03-25 10:00:53 +01:00
2015-03-25 10:00:53 +01:00
2016-04-18 17:07:46 +02:00
2016-04-18 17:07:46 +02:00
2016-04-15 16:54:28 +01:00
2016-04-15 16:54:28 +01:00
2015-11-17 20:52:13 -05:00
2016-04-18 15:57:20 +02:00
2016-05-28 13:49:14 +02:00
2016-07-12 09:58:21 +01:00
2015-11-30 09:44:28 +01:00
2016-06-24 14:20:57 +02:00
2017-08-04 15:57:15 -04:00
2016-06-09 18:44:52 +01:00
2016-05-03 08:58:30 -04:00
2016-01-11 19:56:06 +03:00
2016-07-01 13:04:49 -04:00
2016-07-01 13:04:49 -04:00