]> sigrok.org Git - libsigrok.git/commit
input: improve robustness, avoid NULL dereference in sr_input_send()
authorGerhard Sittig <redacted>
Mon, 4 Jun 2018 21:21:01 +0000 (23:21 +0200)
committerUwe Hermann <redacted>
Mon, 3 Sep 2018 20:22:46 +0000 (22:22 +0200)
commit0da8e0bd2bf8496745ca4796c7f533dffc920f5f
tree53fd5a358938ba11daed990d737944ea8a0b06a8
parentb736fa0c7d3505c9902fa5c2250e6fdf2b74f560
input: improve robustness, avoid NULL dereference in sr_input_send()

Applications might pass NULL for the buffer, and input modules might
accept it (or just cope). Eliminate a potential NULL dereference in
the emission of diagnostics messages.
src/input/input.c