Nov. 21, 2023
3:38 p.m.
Zebediah Figura (@zfigura) commented about server/named_pipe.c:
if (!name) return NULL; /* open the device itself */
+ if (name->str && !name->len)
This part makes sense, esp. given precedent, although why is "if (name->str)" alone not enough here, like the other cases? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/498#note_53166