Files
libguestfs/daemon
Richard W.M. Jones 4dc53f0fba Avoid gcc warnings about infinite loop.
This seemingly redundant change avoids a gcc warning/error:

  error: cannot optimize possibly infinite loops

See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=34114#c3 and
following for an explanation.

Of course gcc is completely wrong and stupid here, because there's no
possibility on current or future hardware that an array of size
SSIZE_MAX could be allocated since it would by definition occupy at
least all addressible memory (if it was an array of bytes, which this
isn't), leaving no room for the code that is being compiled.
2015-11-13 11:53:12 +00:00
..
2015-10-05 14:28:33 +01:00
2015-10-05 14:28:33 +01:00
2015-01-17 09:08:15 +00:00
2015-01-17 09:08:15 +00:00
2015-10-05 14:28:33 +01:00
2015-01-17 09:08:15 +00:00
2015-07-02 16:08:44 +01:00
2015-01-17 09:08:15 +00:00
2015-01-17 09:08:15 +00:00
2014-10-23 19:03:11 +02:00
2015-01-17 09:08:15 +00:00
2015-01-17 09:08:15 +00:00
2014-10-23 19:03:11 +02:00
2015-10-05 14:28:33 +01:00
2015-11-13 11:53:12 +00:00
2015-11-13 11:53:12 +00:00
2015-10-05 14:28:33 +01:00
2014-10-23 19:03:11 +02:00
2015-10-05 14:28:33 +01:00
2015-01-17 09:08:15 +00:00
2015-10-05 14:28:33 +01:00
2015-01-17 09:08:15 +00:00
2015-07-02 16:08:44 +01:00
2015-01-17 09:08:15 +00:00
2014-10-23 19:03:11 +02:00
2015-10-05 14:28:33 +01:00
2015-10-27 17:25:49 +00:00
2015-07-02 16:08:44 +01:00