libsigrok/src/scpi
Gerhard Sittig da6f107eff scpi: avoid uninitialized use of a variable
The 'opc' variable was only conditionally assigned to (depends on
successful SCPI communication). Ensure there always is a known value.

This was reported by clang's scan-build.
2018-02-09 21:32:11 +01:00
..
helpers.c scpi: add obviously missing else statements 2015-09-20 16:19:48 +02:00
scpi.c scpi: avoid uninitialized use of a variable 2018-02-09 21:32:11 +01:00
scpi_libgpib.c lipgpib: Enhanced error message 2017-11-07 12:04:30 +01:00
scpi_serial.c drivers: Use serial_write_blocking() everywhere. 2017-08-07 14:22:52 +02:00
scpi_tcp.c SCPI: add sr_scpi_write_data() 2017-03-11 13:47:39 +01:00
scpi_usbtmc_libusb.c Various log message cleanups. 2017-07-13 11:59:11 +02:00
scpi_visa.c spci: Terminate all commands with a linefeed for all transports 2016-04-23 17:08:50 +02:00
scpi_vxi.c scpi_vxi: Fix incomplete reads (bug #790) 2016-05-16 23:35:10 +02:00
vxi.h Don't set _POSIX_C_SOURCE for VXI/RPC related files. 2015-08-29 17:15:26 +02:00
vxi.x Reorganize project tree. 2014-07-22 18:19:29 +02:00
vxi_clnt.c Build: Include <config.h> first in all source files 2015-09-13 18:54:46 +02:00
vxi_xdr.c Build: Include <config.h> first in all source files 2015-09-13 18:54:46 +02:00