Skip to content
Snippets Groups Projects
Unverified Commit 06ec3d50 authored by Alexander Turenko's avatar Alexander Turenko
Browse files

Use automatic storage for digest.pbkdf2 results

It prevents rewriting result by an another thread after coio_call(), but
before lua_pushlstring(). Such case is possible because libeio uses
thread pool internally and static __thread storage can be reused before
lua_pushlstring() if many parallel digest.pbkdf2() calls are on the fly.

Fixes #3396.
parent 2b973c05
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment