Revaluate thread-safety and document it #33
Посилання в новій задачі
Заблокувати користувача
Видалити гілку "%!s()"
Видалення гілки є незворотним. Хоча видалена гілка може продовжувати існувати ще деякий час до того, як її буде видалено остаточно, у більшості випадків це НЕМОЖЛИВО скасувати. Продовжити?
strerror() is used, which is not thread-safe.
exile_launch() in particular changes things, we may now be called not only in the beginning of program execution.
So in general document what we guarantee and not, and/or make it thread-safe.