Actions
Bug #21705
closed`UNIXServer.open(nil)` segfaults on Windows
Bug #21705:
`UNIXServer.open(nil)` segfaults on Windows
Description
It should check the type of the argument and coercion before converting the encoding.
Updated by nobu (Nobuyoshi Nakada) about 2 hours ago
- Related to Feature #19135: Support `UNIXSocket` on Windows added
Updated by nobu (Nobuyoshi Nakada) about 2 hours ago
- Description updated (diff)
Updated by nobu (Nobuyoshi Nakada) about 1 hour ago
- Status changed from Open to Closed
Applied in changeset git|beb85e7eeee4163cd45b69645a60cdb942f72c05.
[Bug #21705] Fix segfaults on Windows
It should check the type of the argument and coercion before
converting the encoding.
Actions