160e7f83d8
Motivation: We previously relied on `strerror`, but this function is unfortunately not thread-safe. Modification: The use of `strerror` has been changed to `strerror_r`, which is thread-safe. This function has a more complicated API, and has portability concerns that needs to be handled. This accounts for the relatively large increase in lines of code. Result: Error messages from JNI are now always generated in a thread-safe way. |
||
---|---|---|
.. | ||
src | ||
Makefile | ||
pom.xml |