libsigrok/src/input
Uwe Hermann 1a14a62349 input/wav: Fix incorrect memset() call.
../src/input/wav.c: In function ‘send_chunk’:
  ../src/input/wav.c:200:2: warning: ‘memset’ used with length equal to number of elements without multiplication by element size [-Wmemset-elt-size]
    memset(fdata, 0, CHUNK_SIZE);
    ^~~~~~
2017-06-24 17:26:02 +02:00
..
binary.c Remove some unneeded double-spaces. 2016-08-29 21:51:27 +02:00
chronovu_la8.c license: remove FSF postal address from boiler plate license text 2017-01-07 16:05:39 +01:00
csv.c input/csv: Eliminate remaining memory leaks in error paths 2017-06-09 23:21:03 +02:00
input.c sr_dev_inst_free(): Allow NULL as argument. 2017-03-10 11:38:12 +01:00
raw_analog.c input/raw_analog: Fix gcc 7 compiler warnings. 2017-06-24 17:23:56 +02:00
trace32_ad.c Remove some unneeded double-spaces. 2016-08-29 21:51:27 +02:00
vcd.c Drop trailing whitespace in various files. 2017-06-06 14:10:02 +02:00
wav.c input/wav: Fix incorrect memset() call. 2017-06-24 17:26:02 +02:00