spice-common/common
Daniel P. Berrange 9f7d6175e7 Fix some integer range checks which always evaluate false
There are some integer range checks which always evaluate false
due to use of unsigned integer types. One of these would prevent
detection of encoding errors from celt. The others are simply
no-ops.

* common/pixman_utils.c: SpiceROP is an enum & thus unsigned
2012-03-20 15:30:23 +01:00
..
.gitignore update gitignore 2012-03-20 15:30:23 +01:00
backtrace.c Use a log handler to modify abort() behaviour 2012-03-20 15:30:23 +01:00
backtrace.h common/backtrace: for mingw32 no pipe/wait_pid, just disable 2012-03-20 15:25:55 +01:00
bitops.h Use SPICE_{BEGIN,END}_DECLS 2012-03-20 15:30:23 +01:00
canvas_base.c Use a log handler to modify abort() behaviour 2012-03-20 15:30:23 +01:00
canvas_base.h Use SPICE_{BEGIN,END}_DECLS 2012-03-20 15:30:23 +01:00
canvas_utils.c Use a log handler to modify abort() behaviour 2012-03-20 15:30:23 +01:00
canvas_utils.h Use SPICE_{BEGIN,END}_DECLS 2012-03-20 15:30:23 +01:00
client_demarshallers.h Add client_marshallers.h client_demarshallers.h from spice-gtk 2012-03-20 15:30:23 +01:00
client_marshallers.h Add client_marshallers.h client_demarshallers.h from spice-gtk 2012-03-20 15:30:23 +01:00
draw.h Use SPICE_{BEGIN,END}_DECLS 2012-03-20 15:30:23 +01:00
gdi_canvas.c Use a log handler to modify abort() behaviour 2012-03-20 15:30:23 +01:00
gdi_canvas.h Use SPICE_{BEGIN,END}_DECLS 2012-03-20 15:30:23 +01:00
gl_canvas.c Use a log handler to modify abort() behaviour 2012-03-20 15:30:23 +01:00
gl_canvas.h Use SPICE_{BEGIN,END}_DECLS 2012-03-20 15:30:23 +01:00
gl_utils.h Use SPICE_{BEGIN,END}_DECLS 2012-03-20 15:30:23 +01:00
glc.c Use a log handler to modify abort() behaviour 2012-03-20 15:30:23 +01:00
glc.h Use SPICE_{BEGIN,END}_DECLS 2012-03-20 15:30:23 +01:00
lines.c Remove casts from void * with xrealloc() calls 2012-03-20 15:25:55 +01:00
lines.h Use SPICE_{BEGIN,END}_DECLS 2012-03-20 15:30:23 +01:00
log.c Use a log handler to modify abort() behaviour 2012-03-20 15:30:23 +01:00
log.h Use a log handler to modify abort() behaviour 2012-03-20 15:30:23 +01:00
lz_common.h Use SPICE_{BEGIN,END}_DECLS 2012-03-20 15:30:23 +01:00
lz_compress_tmpl.c Remove trailing whitespace from end of lines 2012-03-20 15:25:55 +01:00
lz_config.h common: use INLINE instead of inline 2012-03-20 15:25:53 +01:00
lz_decompress_tmpl.c Use a log handler to modify abort() behaviour 2012-03-20 15:30:23 +01:00
lz.c Use a log handler to modify abort() behaviour 2012-03-20 15:30:23 +01:00
lz.h Use SPICE_{BEGIN,END}_DECLS 2012-03-20 15:30:23 +01:00
macros.h Use a log handler to modify abort() behaviour 2012-03-20 15:30:23 +01:00
Makefile.am build: remove 'win' directory 2012-03-20 15:30:23 +01:00
marshaller.c add const to arrays in marshalling functions 2012-03-20 15:30:23 +01:00
marshaller.h Use SPICE_{BEGIN,END}_DECLS 2012-03-20 15:30:23 +01:00
mem.c Use a log handler to modify abort() behaviour 2012-03-20 15:30:23 +01:00
mem.h Use SPICE_{BEGIN,END}_DECLS 2012-03-20 15:30:23 +01:00
messages.h messages.h: add smartcard bits 2012-03-20 15:30:23 +01:00
mutex.h Use SPICE_{BEGIN,END}_DECLS 2012-03-20 15:30:23 +01:00
ogl_ctx.c Use a log handler to modify abort() behaviour 2012-03-20 15:30:23 +01:00
ogl_ctx.h Use SPICE_{BEGIN,END}_DECLS 2012-03-20 15:30:23 +01:00
pixman_utils.c Fix some integer range checks which always evaluate false 2012-03-20 15:30:23 +01:00
pixman_utils.h Use SPICE_{BEGIN,END}_DECLS 2012-03-20 15:30:23 +01:00
quic_config.h Use SPICE_{BEGIN,END}_DECLS 2012-03-20 15:30:23 +01:00
quic_family_tmpl.c Use a log handler to modify abort() behaviour 2012-03-20 15:30:23 +01:00
quic_rgb_tmpl.c Use a log handler to modify abort() behaviour 2012-03-20 15:30:23 +01:00
quic_tmpl.c Use a log handler to modify abort() behaviour 2012-03-20 15:30:23 +01:00
quic.c Use a log handler to modify abort() behaviour 2012-03-20 15:30:23 +01:00
quic.h Use SPICE_{BEGIN,END}_DECLS 2012-03-20 15:30:23 +01:00
rect.h Use SPICE_{BEGIN,END}_DECLS 2012-03-20 15:30:23 +01:00
region.c Use a log handler to modify abort() behaviour 2012-03-20 15:30:23 +01:00
region.h Use SPICE_{BEGIN,END}_DECLS 2012-03-20 15:30:23 +01:00
ring.h Use SPICE_{BEGIN,END}_DECLS 2012-03-20 15:30:23 +01:00
rop3.c Use a log handler to modify abort() behaviour 2012-03-20 15:30:23 +01:00
rop3.h Use SPICE_{BEGIN,END}_DECLS 2012-03-20 15:30:23 +01:00
spice_common.h Use a log handler to modify abort() behaviour 2012-03-20 15:30:23 +01:00
ssl_verify.c Avoid warnings about empty conditional statement bodies 2012-03-20 15:30:23 +01:00
ssl_verify.h Use SPICE_{BEGIN,END}_DECLS 2012-03-20 15:30:23 +01:00
sw_canvas.c Use a log handler to modify abort() behaviour 2012-03-20 15:30:23 +01:00
sw_canvas.h Use SPICE_{BEGIN,END}_DECLS 2012-03-20 15:30:23 +01:00