libsigrok/hardware
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
..
alsa libsigrok: Introduce sr_dbg/sr_info/sr_warn/sr_err. 2011-04-14 10:11:08 +02:00
asix-sigma Replace g_malloc{0,} with g_try_malloc{0,}. 2011-04-16 18:08:15 +02:00
chronovu-la8 Don't close/reset the FTDI device too often. 2011-04-15 20:47:26 +02:00
common libsigrok: Introduce sr_dbg/sr_info/sr_warn/sr_err. 2011-04-14 10:11:08 +02:00
demo Add SR_HZ macro for consistency. 2011-03-03 20:24:24 +01:00
link-mso19 libsigrok: Introduce sr_dbg/sr_info/sr_warn/sr_err. 2011-04-14 10:11:08 +02:00
openbench-logic-sniffer Replace g_malloc{0,} with g_try_malloc{0,}. 2011-04-16 18:08:15 +02:00
saleae-logic Replace g_malloc{0,} with g_try_malloc{0,}. 2011-04-16 18:08:15 +02:00
zeroplus-logic-cube Replace g_malloc{0,} with g_try_malloc{0,}. 2011-04-16 18:08:15 +02:00
Makefile.am Add initial support for the ChronoVu LA8. 2011-04-04 19:40:30 +02:00