Follow-up: p = realloc(p, size); // also needs to be updated to:
p = = realloc(p, size * sizeof(int)); // For 32/64 bit p = = realloc(p, size * sizeof(int32_t)); // UTF8 Thanks, Michael Griffin <mrmistici...@hotmail.com> -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org