]> sigrok.org Git - libsigrok.git/commit
input/binary: align sr_session_send() chunks to unit size
authorGerhard Sittig <redacted>
Thu, 23 Jul 2020 19:55:30 +0000 (21:55 +0200)
committerGerhard Sittig <redacted>
Thu, 23 Jul 2020 19:59:29 +0000 (21:59 +0200)
commitcb0fedd942ce286eb77de4dd1e3f981566f6ab6d
tree3836e629c148291b8553830d4386b47e0a072cb2
parent339d12df978b32c5f9a10dc14d4ab3a03a0ed5c0
input/binary: align sr_session_send() chunks to unit size

The input/binary module chops raw input data into chunks and sends these
to the session feed. The total size of input chunks got aligned to the
unit size, the session feed output didn't. Make sure to align session
packets with the input data's unit size, too.

This fixes bug #1582.
src/input/binary.c