mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-29 17:16:15 +02:00
Add FIXME about ptsname
This commit is contained in:
parent
d8a2f7f81d
commit
3b7f4c7d9d
1 changed files with 1 additions and 0 deletions
|
@ -711,6 +711,7 @@ void LocalDerivationGoal::startBuilder()
|
||||||
if (!builderOut.readSide)
|
if (!builderOut.readSide)
|
||||||
throw SysError("opening pseudoterminal master");
|
throw SysError("opening pseudoterminal master");
|
||||||
|
|
||||||
|
// FIXME: not thread-safe, use ptsname_r
|
||||||
std::string slaveName(ptsname(builderOut.readSide.get()));
|
std::string slaveName(ptsname(builderOut.readSide.get()));
|
||||||
|
|
||||||
if (buildUser) {
|
if (buildUser) {
|
||||||
|
|
Loading…
Reference in a new issue