Calls to ln_get_dec_location segfault. This happens at line 575 of utility.c, where a spurious call to strtok (with NULL first argument) is present. Replacing the call to strtok with one to strtok_r solves the problem (see attached patch).
Log in to post a comment.