On Fri, 16 Dec 2022 12:27:53 +0200 Felipe Balbi <balbi@xxxxxxxxxx> wrote: > When using the library with multiple threads, the global input buffer > pointer gets modified concurrently by each thread. An easy fix for the > problems that arise is to give each struct tep_handle its own input > buffer pointer. > > Applied, thanks Felipe! -- Steve