appending zero bytes to an empty array failed it
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
void array_catb(array* to,const char* from,uint64 len) {
|
||||
long l;
|
||||
if (!len) return;
|
||||
if (to->allocated<0) return;
|
||||
if (to->initialized+len<to->initialized) {
|
||||
fail:
|
||||
|
||||
Reference in New Issue
Block a user