]> sigrok.org Git - libsigrok.git/commit
beaglelogic: fixup use of uninitialized data in TCP routines
authorGerhard Sittig <redacted>
Thu, 8 Feb 2018 21:31:48 +0000 (22:31 +0100)
committerUwe Hermann <redacted>
Fri, 9 Feb 2018 20:34:17 +0000 (21:34 +0100)
commit05b0cc416fbfe95fb6440a786942a61dc1eeac52
treea5f5f16cfc1db1bc3f24239d23cc14cff6bc1e53
parent71f2000bfb01f69638883b1ec5540d82b11099e6
beaglelogic: fixup use of uninitialized data in TCP routines

Make sure that failure to communicate via TCP results in access to
uninitialized data.

This was reported by clang's scan-build.
src/hardware/beaglelogic/beaglelogic_tcp.c