]> sigrok.org Git - libsigrok.git/commit
tests: unbreak endianess conversion test routine (too small a buffer)
authorGerhard Sittig <redacted>
Wed, 21 Jul 2021 21:33:23 +0000 (23:33 +0200)
committerGerhard Sittig <redacted>
Wed, 4 Aug 2021 20:10:51 +0000 (22:10 +0200)
commitdf98afc6d181953f6c39133c5a6d42630d3869aa
tree38492aa87fb67115e933d829d5e826ba7d2fa566
parente24ecabfaf11468d9ddeedd8f733c5e3a9dacaa5
tests: unbreak endianess conversion test routine (too small a buffer)

Writing four times 48 bits to a buffer that is two times 64 bits will
exceed that buffer. Fix an issue introduced in commit 8f87c5284bf0.
tests/conv.c