Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d02e1c30 authored by Ajay Panicker's avatar Ajay Panicker Committed by android-build-merger
Browse files

Merge "Prevent LocalSocket from creating an fd if fd is already there" am:...

Merge "Prevent LocalSocket from creating an fd if fd is already there" am: 616910fd am: d76576b6 am: e0211af8
am: af525ff4

Change-Id: I564721fb1ba889cd159f10e769aee4a5bee3db67
parents d791bbcf af525ff4
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
@@ -73,6 +73,7 @@ public class LocalSocket implements Closeable {
        this(new LocalSocketImpl(fd), SOCKET_UNKNOWN);
        isBound = true;
        isConnected = true;
        implCreated = true;
    }

    private LocalSocket(LocalSocketImpl impl, int sockType) {