Skip to content

IOStream exposes unsafe constructor #58021

@jakobnissen

Description

@jakobnissen
julia> f = IOStream("abc", [0x01, 0x02]);

julia> read(f)

[161161] signal 11 (1): Segmentation fault

We should probably hide these constructors behind a non-exported name.

Metadata

Metadata

Assignees

No one assigned

    Labels

    ioInvolving the I/O subsystem: libuv, read, write, etc.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions