libsigrok/hardware/zeroplus-logic-cube
Uwe Hermann b53738baf7 Replace g_malloc{0,} with g_try_malloc{0,}.
The g_malloc()/g_malloc0() versions exit/segfault if not enough memory
is available, which is not a good thing in libsigrok.

Instead, we use the g_try_malloc()/g_try_malloc0() variants, which
return NULL if not enough memory is available, so that the caller can
handle the error properly.
2011-04-16 18:08:15 +02:00
..
Makefile.am Only build hardware drivers if they're enabled. 2011-01-08 20:58:43 +01:00
analyzer.c Use 'kHz' (not 'KHz') consistently. 2010-05-27 01:51:55 +02:00
analyzer.h Slightly more consistent #include-guard naming. 2011-01-15 14:48:21 +01:00
gl_usb.c don't turn on/off libusb debugging 2010-12-27 23:49:46 +01:00
gl_usb.h Slightly more consistent #include-guard naming. 2011-01-15 14:48:21 +01:00
zeroplus.c Replace g_malloc{0,} with g_try_malloc{0,}. 2011-04-16 18:08:15 +02:00