Revaluate thread-safety and document it #33
ラベル
マイルストーンなし
担当者なし
1 人の参加者
通知
期日
期日は未設定です。
依存関係
依存関係が設定されていません。
リファレンス: crtxcr/exile.h#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.