]> sigrok.org Git - libsigrok.git/commit
scpi: make sure to either return valid SCPI response data or NULL
authorGerhard Sittig <redacted>
Sun, 16 May 2021 11:48:24 +0000 (13:48 +0200)
committerGerhard Sittig <redacted>
Sat, 22 May 2021 06:06:58 +0000 (08:06 +0200)
commit4c7296644461e39cd06f5f5fa0898a4c189f43e1
tree1e2b82a50240f415e2a3333a9ea742b20f36d438
parentac1866b9236cd9271c17d2760441759f34befeb7
scpi: make sure to either return valid SCPI response data or NULL

Assign NULL early in those SCPI get routines which return allocated
memory to their callers. So that the return value is either a valid
pointer to memory or NULL regardless of the routine's exit code. This
simplifies call sites and increases robustness.
src/scpi/scpi.c