Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

jl_calloc overflows #26

Open
mkitti opened this issue Oct 20, 2021 · 0 comments
Open

jl_calloc overflows #26

mkitti opened this issue Oct 20, 2021 · 0 comments

Comments

@mkitti
Copy link

mkitti commented Oct 20, 2021

julia> ccall(:jl_calloc,Ptr{Nothing},(Csize_t, Csize_t), 0xffffffffffffffff, 0xffffffffffffffff)
Ptr{Nothing} @0x000000001ebd1180

The call may return a non-null value even though it cannot allocate that amount of memory.
JuliaLang/julia#42673

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant