FreeRDP/channels/rdpdr
Julien Ropé b2177dc8c3 Replacing malloc calls by xmalloc or xzalloc as appropriate.
This will make sure we get an appropriate error message in case of memory allocation error, and not just a "Segmentation Fault"

Added some validation on xzalloc return in serial_tty_new to properly deallocate resources when an error occurs.
2012-05-07 15:27:13 +02:00
..
disk Mods to fix issues #502 & #462 2012-04-18 10:52:49 +01:00
parallel Cross-platform 2011-10-24 11:08:39 -07:00
printer Some fixes for potentials NULL pointer dereferences, and double-free of buffers 2012-05-04 15:50:33 +02:00
serial Replacing malloc calls by xmalloc or xzalloc as appropriate. 2012-05-07 15:27:13 +02:00
smartcard debug: remove extra newlines in debug messages 2012-02-21 23:22:01 +01:00
CMakeLists.txt build: use WITH_XXX instead of XXX_FOUND 2012-01-23 14:40:05 +01:00
devman.c channels/rdpdr: cleanup 2012-02-09 20:04:27 -05:00
devman.h include: refactor FRDP_ types to RDP_ 2011-08-17 17:28:26 -04:00
irp.c rdpdr: implement irp. 2011-08-06 01:54:40 +08:00
irp.h rdpdr: implement irp. 2011-08-06 01:54:40 +08:00
rdpdr_capabilities.c rdpdr: add capability processing. 2011-08-05 15:43:48 +08:00
rdpdr_capabilities.h rdpdr: add capability processing. 2011-08-05 15:43:48 +08:00
rdpdr_constants.h rdpdr: initial work. 2011-08-05 09:36:25 +08:00
rdpdr_main.c debug: remove extra newlines in debug messages 2012-02-21 23:22:01 +01:00
rdpdr_main.h rdpdr: add capability processing. 2011-08-05 15:43:48 +08:00
rdpdr_types.h rdpdr_types: [fix] add include svc_plugin 2011-10-14 11:44:13 -03:00