issues
search
capy-language
/
capy
🍊 A statically typed, compiled programming language, largely inspired by Jai, Odin, and Zig.
Apache License 2.0
64
stars
4
forks
source link
fix varios memory corruption bugs in `core/src/structs/list.capy`
#22
Closed
lenawanel
closed
5 months ago
lenawanel
commented
5 months ago
bug 1: overflowing arithmetic when reallocting lists led to lists with wrong capacities
bug 2: make_with_capacity() didn't use the passed type's stride
lenawanel
commented
5 months ago
looks like
reallocarray
is a linux only thing