Jerasure icon indicating copy to clipboard operation
Jerasure copied to clipboard

gfp_array non-thread-safe

Open sandmanhome opened this issue 2 years ago • 0 comments

There are global variables in Galois.c, and lazy initialization in multiple functions.

https://github.com/tsuraan/Jerasure/blob/414c96ef2b9934953b6facb31d803d79b1dd1405/src/galois.c#L173

The above problems make multithreaded coding crash.

sandmanhome avatar Jun 05 '22 03:06 sandmanhome