Skip to content

Add acl support on windows platform;#5127

Open
WQuit wants to merge 1 commit into
libuv:v1.xfrom
WQuit:v1.x
Open

Add acl support on windows platform;#5127
WQuit wants to merge 1 commit into
libuv:v1.xfrom
WQuit:v1.x

Conversation

@WQuit
Copy link
Copy Markdown

@WQuit WQuit commented Apr 17, 2026

Add acl support on windows platform

Comment thread src/win/pipe.c
assert(req->pipeHandle == INVALID_HANDLE_VALUE);

uv__pipe_handle_data_s* server_handle_data = NULL;
if(handle && handle->data) {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can't do this, the data pointer is public for user application use.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants