Skip to content

Audit the unsafe call #68

@Moelf

Description

@Moelf

unsafe_copyto!(
reinterpret(Ptr{UInt8}, pointer(mask.chunks)),
pointer(raw_mask),
excess_length,

we should try to remove this unsafe call because Julia's built-in Vector now has an underlying Memory{T} construct that may interfere with pointer hacks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions