Hi
- Original Message -
> I have one qestion about Windows OS version: which version of windows on
> guest could support multi monitors? ( running on linux+KVM (QEMU) )
>
> For example:
> (1)Windows XP Professional with sp3
> (2)Windows Server 2003 Enterprise Edition
> (3)Windows 7 32bits
On Mon, Jul 14, 2014 at 1:30 PM, Marc-André Lureau
wrote:
>
>
> - Original Message -
> > Hi Marc,
> >
> >
> > On Mon, Jul 14, 2014 at 12:19 PM, Marc-André Lureau < mlur...@redhat.com
> >
> > wrote:
> >
> >
> > Hi,
> >
> > All of those changes are OOM conditions. How can we shut coverity o
- Original Message -
> Hi Marc,
>
>
> On Mon, Jul 14, 2014 at 12:19 PM, Marc-André Lureau < mlur...@redhat.com >
> wrote:
>
>
> Hi,
>
> All of those changes are OOM conditions. How can we shut coverity on those?
>
> Yes, there is a simple way and that's what we have in Evolution Dat
---
gtk/channel-cursor.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gtk/channel-cursor.c b/gtk/channel-cursor.c
index fb19536..a7d7153 100644
--- a/gtk/channel-cursor.c
+++ b/gtk/channel-cursor.c
@@ -389,7 +389,7 @@ static display_cursor *set_cursor(SpiceChannel *channel,
Hi Marc,
On Mon, Jul 14, 2014 at 12:19 PM, Marc-André Lureau
wrote:
> Hi,
>
> All of those changes are OOM conditions. How can we shut coverity on those?
>
Yes, there is a simple way and that's what we have in Evolution Data Server.
Long story short, we can just add some comments in the code l
On 07/14/2014 01:09 PM, Fabiano Fidêncio wrote:
Check for MELCSTAT - 1 to get inside the branch, otherwise
MELCSTATES (missing ES, also below missing S)
(...)->rgb_state.melcstate may be up to MELCSTATE after the
pre-incrementing, which would result in an access to a position
that is out bounds
ack
- Original Message -
> ---
> gtk/controller/dump.c | 2 ++
> gtk/spice-client-glib-usb-acl-helper.c | 2 ++
> gtk/spicy-screenshot.c | 2 ++
> gtk/spicy-stats.c | 2 ++
> gtk/spicy.c| 2 ++
> 5 files cha
Hi,
All of those changes are OOM conditions. How can we shut coverity on those?
Why does it warn here and not for other allocations?
- Original Message -
> ---
> gtk/controller/test.c | 3 +++
> gtk/spice-client-gtk.override | 3 +++
> gtk/spice-widget.c| 2 ++
> 3 fi
Hi
- Original Message -
> ---
> gtk/channel-cursor.c | 5 -
> 1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/gtk/channel-cursor.c b/gtk/channel-cursor.c
> index fb19536..8d75e95 100644
> --- a/gtk/channel-cursor.c
> +++ b/gtk/channel-cursor.c
> @@ -324,6 +324,9 @@ st
Check for MELCSTAT - 1 to get inside the branch, otherwise
(...)->rgb_state.melcstate may be up to MELCSTATE after the
pre-incrementing, which would result in an access to a position
that is out bounds of the array size MELCSTATE.
---
common/quic.c | 8
1 file changed, 4 insertions(+), 4
On 07/14/2014 11:14 AM, Fabiano Fidêncio wrote:
Pre-incrementing the variable used as the array's index can make such
index exceed the array's bounds. Although that (...)->rgb_state.melcstate
has to be less than MELCSTATE to get inside the branch, it may be up to
MELCSTATE after the pre-increment
Pre-incrementing the variable used as the array's index can make such
index exceed the array's bounds. Although that (...)->rgb_state.melcstate
has to be less than MELCSTATE to get inside the branch, it may be up to
MELCSTATE after the pre-incrementing, which would result in an access to
a position
---
gtk/controller/test.c | 3 +++
gtk/spice-client-gtk.override | 3 +++
gtk/spice-widget.c| 2 ++
3 files changed, 8 insertions(+)
diff --git a/gtk/controller/test.c b/gtk/controller/test.c
index 851f237..5a9c8b9 100644
--- a/gtk/controller/test.c
+++ b/gtk/controller/test.c
---
gtk/controller/dump.c | 2 ++
gtk/spice-client-glib-usb-acl-helper.c | 2 ++
gtk/spicy-screenshot.c | 2 ++
gtk/spicy-stats.c | 2 ++
gtk/spicy.c| 2 ++
5 files changed, 10 insertions(+)
diff --git a/gtk/control
Howdy!
Here are a few patches fixing some (minor) issues reported by coverity.
There are still some unfixed issues, and the most part of them are in
the vala-generated C code. Also, there are a few more warnings that
looked as false-positives.
Can we add explicit comments in the code telling cove
---
gtk/channel-cursor.c | 5 -
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/gtk/channel-cursor.c b/gtk/channel-cursor.c
index fb19536..8d75e95 100644
--- a/gtk/channel-cursor.c
+++ b/gtk/channel-cursor.c
@@ -324,6 +324,9 @@ static display_cursor *set_cursor(SpiceChannel *chann
16 matches
Mail list logo