Nasty annoying memory overflow in argcv_get() that was causing random
crashes. Couple of places check if (ptr == NULL) before free(), this is not a bug since POSIX requires free(NULL) to be legal but on some old station like SunOS-4 that will corrupt the freelist or crash. Some Copyright updates.
Showing
4 changed files
with
17 additions
and
12 deletions
-
Please register or sign in to post a comment