| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Review requested:
|
Sorry, something went wrong.
There was a problem hiding this comment.
You should also update the API docs.
The rest looks fine to me!
Sorry, something went wrong.
I think it has been described in the docs before ? readableAll: For IPC servers makes the pipe readable for all users. Default: false writableAll: For IPC servers makes the pipe writable for all users. Default: false. And i think it is a bug, not feature. |
Sorry, something went wrong.
|
Sorry, I missed those somehow. |
Sorry, something went wrong.
There was a problem hiding this comment.
lgtm
Sorry, something went wrong.
Sorry, something went wrong.
|
@mcollina @ShogunPanda @lpinca Hi, can you help trigger CI ? Thanks ! |
Sorry, something went wrong.
|
@theanarkh The CI is currently locked down due to upcoming security release. |
Sorry, something went wrong.
Thanks! can you help trigger CI ? |
Sorry, something went wrong.
|
Done sir! |
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
|
@aduh95 Hi, can you help merge this PR ? Thanks ! |
Sorry, something went wrong.
PR-URL: #43634 Reviewed-By: Paolo Insogna <paolo@cowtech.it> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
PR-URL: #43634 Reviewed-By: Paolo Insogna <paolo@cowtech.it> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
PR-URL: #43634 Reviewed-By: Paolo Insogna <paolo@cowtech.it> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
PR-URL: nodejs/node#43634 Reviewed-By: Paolo Insogna <paolo@cowtech.it> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
| Back | FazBrowse Home | New Git URL |
fix listen pipe with readable and writable in cluster.
The bug can be triggered by code as follow.
The permissions of test.sock is srwxr-xr-x instead of srwxrwxrwx .
Affected subsystem: cluster, net