Go to file
Alexander Larsson 440ac41cf1 New memory allocators that exit on OOM and handle multiplication overflow
Every place that does a regular malloc/calloc and aborts on failure
should use spice_malloc/spice_mallo0 instead, which is leaner and cleaner.

Allocations of dynamically sized arrays can use g_malloc_n or g_new etc
which correctly handle multiplication overflow if some of the arguments
are not trusted.
2010-03-11 12:13:59 +01:00
client New memory allocators that exit on OOM and handle multiplication overflow 2010-03-11 12:13:59 +01:00
common New memory allocators that exit on OOM and handle multiplication overflow 2010-03-11 12:13:59 +01:00
server New memory allocators that exit on OOM and handle multiplication overflow 2010-03-11 12:13:59 +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 Define GL_GLEXT_PROTOTYPES in CFLAGS not in random places in the source 2010-03-10 21:28:47 +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.