Searched refs:ListenTransFds (Results 1 – 2 of 2) sorted by relevance
146 static int *ListenTransFds = NULL; variable154 if (ListenTransFds) { in lookup_trans_conn()158 if (ListenTransFds[i] == fd) in lookup_trans_conn()278 ListenTransFds = xallocarray(ListenTransCount, sizeof (int)); in CreateWellKnownSockets()279 if (ListenTransFds == NULL) in CreateWellKnownSockets()285 ListenTransFds[i] = fd; in CreateWellKnownSockets()328 RemoveNotifyFd(ListenTransFds[i]); in ResetWellKnownSockets()329 ListenTransFds[i] = ListenTransFds[ListenTransCount - 1]; in ResetWellKnownSockets()341 ListenTransFds[i] = newfd; in ResetWellKnownSockets()346 SetNotifyFd(ListenTransFds[i], QueueNewConnections, X_NOTIFY_READ, NULL); in ResetWellKnownSockets()[all …]
29360 the ListenTransConns entries before the point that ListenTransFds29362 segfault trying to read entries from a NULL ListenTransFds pointer.