Re: [Spice-devel] [PATCH] server/video: do not allow non-streamable drawables be stream candidates

2012-05-20 Thread Alon Levy
On Thu, May 17, 2012 at 08:46:47PM +0300, Yonit Halperin wrote: Fix a crash caused by a call to __red_is_next_stream_frame made by red_stream_maintenance, with a drawable that is not a DRAW_COPY one. Only DRAW_COPY drawables can be streamed, and __red_is_next_stream_frame refers to

[Spice-devel] [PATCH] server/video: do not allow non-streamable drawables be stream candidates

2012-05-17 Thread Yonit Halperin
Fix a crash caused by a call to __red_is_next_stream_frame made by red_stream_maintenance, with a drawable that is not a DRAW_COPY one. Only DRAW_COPY drawables can be streamed, and __red_is_next_stream_frame refers to red_drawable-u.copy.src_bitmap. --- server/red_worker.c |4 1 files