Go to file
Gerd Hoffmann 34e6a0a0d5 Fix possible quic_usr_more_lines_unstable() crash
quic_usr_more_lines_unstable() assumes it can allways copy a complete
scanline.  Well, it can't.  In case the screen rectangle which needs
updating has an x-offset greater than zero *and* includes the last
scanline of the screen it will overflow the source buffer by
x-offset * bytes-per-pixel bytes.
2010-03-09 13:38:13 +01:00
client Use macros from <spice/macros.h> rather than duplicate them 2010-03-09 11:10:00 +01:00
common Use macros from <spice/macros.h> rather than duplicate them 2010-03-09 11:10:00 +01:00
server Fix possible quic_usr_more_lines_unstable() crash 2010-03-09 13:38:13 +01:00
tools Use macros from <spice/macros.h> rather than duplicate them 2010-03-09 11:10:00 +01:00
uncrustify_cfg fresh start 2009-10-14 15:06:41 +02:00
.gitignore fresh start 2009-10-14 15:06:41 +02:00
AUTHORS fresh start 2009-10-14 15:06:41 +02:00
autogen.sh fresh start 2009-10-14 15:06:41 +02:00
ChangeLog fresh start 2009-10-14 15:06:41 +02:00
configure.ac Remove qcairo dependency, only use pixman 2010-02-23 22:52:06 +01:00
COPYING fresh start 2009-10-14 15:06:41 +02:00
Makefile.am fresh start 2009-10-14 15:06:41 +02:00
NEWS fresh start 2009-10-14 15:06:41 +02:00
README fresh start 2009-10-14 15:06:41 +02:00
spice.pc.in fresh start 2009-10-14 15:06:41 +02:00

Copyright 2009 Red Hat, Inc. and/or its affiliates.  

This program is licensed to you under the GNU General Public License,
version 2 or (at your option) any later version published by the Free
Software Foundation.  See the file COPYING for details.

There is NO WARRANTY for this software, not even the implied
warranties of MERCHANTABILITY, NONINFRINGEMENT, or FITNESS FOR A
PARTICULAR PURPOSE.