You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed: only malloc as many bytes as are actully needed
And make malloc&memcpy handling clearer.
Before we potentially had an element with uninitialised memory, see
discussion in #203.
Fixes: 1ec1334 ("Initial push")
0 commit comments