strcomb() not thread safe

Issue #319 resolved
Former user created an issue

char strcomb(const char list) in odb.cxx is not thread safe. it should be removed and all users should be switched to std::string strcomb1(const char *list). K.O.

Comments (1)

  1. Log in to comment