On Fri, Jun 26, 2020 at 1:35 AM Matheus Tavares <matheus.bernardino@xxxxxx> wrote: [...] > Although these functions don't seem to be causing problems out there for > now (at least not reported), making them thread-safe makes the codebase > more robust against race conditions. We can easily do that replicating Maybe s/that replicating/that by replicating/. > the static buffer in each thread's local storage. > > Original-patch-by: Fredrik Kuivinen <frekui@xxxxxxxxx> If Fredrik gave his "Signed-off-by:", maybe it's better to keep it too. > Signed-off-by: Matheus Tavares <matheus.bernardino@xxxxxx> > ---